Lines 6-12
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= Data-Throttler |
8 |
PORTNAME= Data-Throttler |
9 |
PORTVERSION= 0.01 |
9 |
PORTVERSION= 0.02 |
10 |
CATEGORIES= devel perl5 |
10 |
CATEGORIES= devel perl5 |
11 |
MASTER_SITES= CPAN |
11 |
MASTER_SITES= CPAN |
12 |
PKGNAMEPREFIX= p5- |
12 |
PKGNAMEPREFIX= p5- |
Lines 18-27
Link Here
|
18 |
p5-Log-Log4perl>=1:${PORTSDIR}/devel/p5-Log-Log4perl \ |
18 |
p5-Log-Log4perl>=1:${PORTSDIR}/devel/p5-Log-Log4perl \ |
19 |
p5-Set-IntSpan>=0:${PORTSDIR}/math/p5-Set-IntSpan \ |
19 |
p5-Set-IntSpan>=0:${PORTSDIR}/math/p5-Set-IntSpan \ |
20 |
p5-Text-ASCIITable>=0:${PORTSDIR}/textproc/p5-Text-ASCIITable |
20 |
p5-Text-ASCIITable>=0:${PORTSDIR}/textproc/p5-Text-ASCIITable |
21 |
RUN_DEPENDS= p5-DBM-Deep>=1.0001:${PORTSDIR}/databases/p5-DBM-Deep \ |
21 |
RUN_DEPENDS= ${BUILD_DEPENDS} |
22 |
p5-Log-Log4perl>=1:${PORTSDIR}/devel/p5-Log-Log4perl \ |
|
|
23 |
p5-Set-IntSpan>=0:${PORTSDIR}/math/p5-Set-IntSpan \ |
24 |
p5-Text-ASCIITable>=0:${PORTSDIR}/textproc/p5-Text-ASCIITable |
25 |
|
22 |
|
26 |
PERL_CONFIGURE= yes |
23 |
PERL_CONFIGURE= yes |
27 |
|
24 |
|