|
Lines 6-12
Link Here
|
| 6 |
# |
6 |
# |
| 7 |
|
7 |
|
| 8 |
PORTNAME= Shell-Base |
8 |
PORTNAME= Shell-Base |
| 9 |
PORTVERSION= 0.04 |
9 |
PORTVERSION= 0.05 |
| 10 |
CATEGORIES= devel perl5 |
10 |
CATEGORIES= devel perl5 |
| 11 |
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} |
11 |
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} |
| 12 |
MASTER_SITE_SUBDIR= Shell |
12 |
MASTER_SITE_SUBDIR= Shell |
|
Lines 16-22
Link Here
|
| 16 |
COMMENT= Perl module implementing a simple command shell |
16 |
COMMENT= Perl module implementing a simple command shell |
| 17 |
|
17 |
|
| 18 |
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Term/Size.pm:${PORTSDIR}/devel/p5-Term-Size \ |
18 |
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Term/Size.pm:${PORTSDIR}/devel/p5-Term-Size \ |
| 19 |
${SITE_PERL}/Text/Shellwords.pm:${PORTSDIR}/textproc/p5-Text-Shellwords |
19 |
${SITE_PERL}/Text/Shellwords.pm:${PORTSDIR}/textproc/p5-Text-Shellwords \ |
|
|
20 |
${SITE_PERL}/${PERL_ARCH}/Term/ReadLine/Gnu.pm:${PORTSDIR}/devel/p5-ReadLine-Gnu |
| 20 |
RUN_DEPENDS= ${BUILD_DEPENDS} |
21 |
RUN_DEPENDS= ${BUILD_DEPENDS} |
| 21 |
|
22 |
|
| 22 |
PERL_CONFIGURE= yes |
23 |
PERL_CONFIGURE= yes |