|
Revision 16916, 0.8 KB
(checked in by dmichelsen, 17 months ago)
|
|
WHOLE TREE: Explicitly set GARTYPE to current default 'v2'
|
| Line | |
|---|
| 1 | NAME = Term-ReadLine-Gnu |
|---|
| 2 | VERSION = 1.20 |
|---|
| 3 | CATEGORIES = cpan |
|---|
| 4 | GARTYPE = v2 |
|---|
| 5 | AUTHOR = HAYASHI |
|---|
| 6 | |
|---|
| 7 | DESCRIPTION = Perl extension for the GNU Readline/History Library |
|---|
| 8 | define BLURB |
|---|
| 9 | This is an implementation of Term::ReadLine using the GNU Readline/History |
|---|
| 10 | Library. |
|---|
| 11 | endef |
|---|
| 12 | |
|---|
| 13 | DISTFILES += COPYING |
|---|
| 14 | |
|---|
| 15 | BUILD_DEP_PKGS += CSWlibreadline-dev |
|---|
| 16 | |
|---|
| 17 | PACKAGES += CSWpm-term-readline-gnu |
|---|
| 18 | SPKG_DESC_CSWpm-term-readline-gnu = Perl extension for the GNU Readline library |
|---|
| 19 | # PKGFILES is catchall |
|---|
| 20 | RUNTIME_DEP_PKGS_CSWpm-term-readline-gnu += CSWlibreadline6 |
|---|
| 21 | OBSOLETED_BY_CSWpm-term-readline-gnu += CSWpmtermreadlineg |
|---|
| 22 | CATALOGNAME_CSWpmtermreadlineg = pm_termreadlineg_stub |
|---|
| 23 | |
|---|
| 24 | REINPLACEMENTS += cswperl |
|---|
| 25 | REINPLACE_MATCH_cswperl = \#!/usr/local/bin/perl |
|---|
| 26 | REINPLACE_WITH_cswperl = \#!$(bindir)/perl |
|---|
| 27 | REINPLACE_FILES_cswperl += Gnu/XS.pm |
|---|
| 28 | |
|---|
| 29 | include gar/category.mk |
|---|