|
Lines 7-25
Link Here
|
| 7 |
# |
7 |
# |
| 8 |
|
8 |
|
| 9 |
PORTNAME= Class-AutoClass |
9 |
PORTNAME= Class-AutoClass |
| 10 |
PORTVERSION= 0.09 |
10 |
PORTVERSION= 1.01 |
| 11 |
CATEGORIES= devel perl5 |
11 |
CATEGORIES= devel perl5 |
| 12 |
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} |
12 |
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} |
| 13 |
MASTER_SITE_SUBDIR= Class |
13 |
MASTER_SITE_SUBDIR= Class/CCAVNOR |
| 14 |
PKGNAMEPREFIX= p5- |
14 |
PKGNAMEPREFIX= p5- |
|
|
15 |
DISTNAME= autoclass_v${PORTVERSION:S/./_/} |
| 16 |
EXTRACT_SUFX= .tgz |
| 15 |
|
17 |
|
| 16 |
MAINTAINER= fernan@iib.unsam.edu.ar |
18 |
MAINTAINER= fernan@iib.unsam.edu.ar |
| 17 |
COMMENT= Automatically define simple get and set methods in an inheritance structure |
19 |
COMMENT= Automatically define simple get and set methods in an inheritance structure |
| 18 |
|
20 |
|
| 19 |
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Data/Dumper.pm:${PORTSDIR}/devel/p5-Data-Dumper |
21 |
RUN_DEPENDS= ${SITE_PERL}/IO/Scalar.pm:${PORTSDIR}/devel/p5-IO-stringy |
|
|
22 |
BUILD_DEPENDS= ${RUN_DEPENDS} \ |
| 23 |
${SITE_PERL}/Test/Deep.pm:${PORTSDIR}/devel/p5-Test-Deep |
| 20 |
|
24 |
|
| 21 |
PERL_CONFIGURE= yes |
25 |
PERL_CONFIGURE= yes |
|
|
26 |
WRKSRC= ${WRKDIR}/AutoClass |
| 22 |
|
27 |
|
| 23 |
MAN3= Class::AutoClass::Root.3 Class::AutoClass.3 Class::AutoClass::Args.3 |
28 |
MAN3= Class::AutoClass::Root.3 Class::AutoClass.3 Class::AutoClass::Args.3 |
| 24 |
|
29 |
|
| 25 |
.include <bsd.port.mk> |
30 |
.include <bsd.port.pre.mk> |
|
|
31 |
|
| 32 |
.if ${PERL_LEVEL} < 500800 |
| 33 |
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable |
| 34 |
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable |
| 35 |
.endif |
| 36 |
|
| 37 |
.if ${PERL_LEVEL} < 500800 |
| 38 |
IGNORE= currently only supports Perl 5.8+. This will hopefully change. For now, please install lang/perl5.8 and try again |
| 39 |
.endif |
| 40 |
|
| 41 |
.include <bsd.port.post.mk> |