|
Lines 6-12
Link Here
|
| 6 |
# |
6 |
# |
| 7 |
|
7 |
|
| 8 |
PORTNAME= Math-Symbolic-Custom-Pattern |
8 |
PORTNAME= Math-Symbolic-Custom-Pattern |
| 9 |
PORTVERSION= 1.21 |
9 |
PORTVERSION= 2.00 |
| 10 |
CATEGORIES= math perl5 |
10 |
CATEGORIES= math perl5 |
| 11 |
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} |
11 |
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} |
| 12 |
MASTER_SITE_SUBDIR= Math |
12 |
MASTER_SITE_SUBDIR= Math |
|
Lines 15-22
Link Here
|
| 15 |
MAINTAINER= aaron@FreeBSD.org |
15 |
MAINTAINER= aaron@FreeBSD.org |
| 16 |
COMMENT= Pattern matching on Math::Symbolic trees |
16 |
COMMENT= Pattern matching on Math::Symbolic trees |
| 17 |
|
17 |
|
| 18 |
BUILD_DEPENDS= ${SITE_PERL}/Math/Symbolic.pm:${PORTSDIR}/math/p5-Math-Symbolic \ |
18 |
BUILD_DEPENDS= p5-Math-Symbolic=>0.510:${PORTSDIR}/math/p5-Math-Symbolic \ |
| 19 |
${SITE_PERL}/${PERL_ARCH}/Clone.pm:${PORTSDIR}/devel/p5-Clone |
19 |
${SITE_PERL}/${PERL_ARCH}/Clone.pm:${PORTSDIR}/devel/p5-Clone \ |
|
|
20 |
${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod \ |
| 21 |
${SITE_PERL}/Test/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Test-Pod-Coverage |
| 20 |
RUN_DEPENDS= ${BUILD_DEPENDS} |
22 |
RUN_DEPENDS= ${BUILD_DEPENDS} |
| 21 |
|
23 |
|
| 22 |
MAN3= Math::Symbolic::Custom::Pattern.3 \ |
24 |
MAN3= Math::Symbolic::Custom::Pattern.3 \ |