Lines 6-12
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= DateTime-Incomplete |
8 |
PORTNAME= DateTime-Incomplete |
9 |
PORTVERSION= 0.02 |
9 |
PORTVERSION= 0.03 |
10 |
CATEGORIES= devel perl5 |
10 |
CATEGORIES= devel perl5 |
11 |
MASTER_SITES= CPAN |
11 |
MASTER_SITES= CPAN |
12 |
PKGNAMEPREFIX= p5- |
12 |
PKGNAMEPREFIX= p5- |
Lines 16-22
Link Here
|
16 |
|
16 |
|
17 |
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \ |
17 |
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \ |
18 |
${SITE_PERL}/DateTime/Set.pm:${PORTSDIR}/devel/p5-DateTime-Set \ |
18 |
${SITE_PERL}/DateTime/Set.pm:${PORTSDIR}/devel/p5-DateTime-Set \ |
19 |
${SITE_PERL}/DateTime/Event/Recurrence.pm:${PORTSDIR}/devel/p5-DateTime-Event-Recurrence |
19 |
${SITE_PERL}/DateTime/Event/Recurrence.pm:${PORTSDIR}/devel/p5-DateTime-Event-Recurrence \ |
|
|
20 |
${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple |
20 |
RUN_DEPENDS= ${BUILD_DEPENDS} |
21 |
RUN_DEPENDS= ${BUILD_DEPENDS} |
21 |
|
22 |
|
22 |
PERL_CONFIGURE= yes |
23 |
PERL_CONFIGURE= yes |
Lines 24-30
Link Here
|
24 |
MAN3= DateTime::Incomplete.3 |
25 |
MAN3= DateTime::Incomplete.3 |
25 |
|
26 |
|
26 |
.if !defined(NOPORTDOCS) |
27 |
.if !defined(NOPORTDOCS) |
27 |
PORTDOCS= Changes README TODO |
28 |
PORTDOCS= Changes LICENSE MANIFEST README TODO |
28 |
|
29 |
|
29 |
post-install: |
30 |
post-install: |
30 |
@${MKDIR} ${DOCSDIR} |
31 |
@${MKDIR} ${DOCSDIR} |