diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2005-01-11 03:07:36 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2005-01-11 03:07:36 +0000 |
commit | 33ce957fb6c7643fae6852cc626da9dcfa1a3a97 (patch) | |
tree | 9714d0c4a74dffe0c0ad7906d4aad9a1e0745681 /devel/p5-Calendar-Simple | |
parent | bad65177db25aac6cee46a4e9dfc023a6c4cdcdc (diff) | |
download | ports-33ce957fb6c7643fae6852cc626da9dcfa1a3a97.tar.gz ports-33ce957fb6c7643fae6852cc626da9dcfa1a3a97.zip |
Notes
Diffstat (limited to 'devel/p5-Calendar-Simple')
-rw-r--r-- | devel/p5-Calendar-Simple/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-Calendar-Simple/distinfo | 4 | ||||
-rw-r--r-- | devel/p5-Calendar-Simple/pkg-plist | 3 |
3 files changed, 4 insertions, 9 deletions
diff --git a/devel/p5-Calendar-Simple/Makefile b/devel/p5-Calendar-Simple/Makefile index 1baa86c8552a..114ee99af2ca 100644 --- a/devel/p5-Calendar-Simple/Makefile +++ b/devel/p5-Calendar-Simple/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Calendar-Simple -PORTVERSION= 1.08 +PORTVERSION= 1.11 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Calendar @@ -15,9 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension to create simple calendars -BUILD_DEPENDS= ${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod - -PERL_CONFIGURE= YES +PERL_MODBUILD= yes MAN3= Calendar::Simple.3 diff --git a/devel/p5-Calendar-Simple/distinfo b/devel/p5-Calendar-Simple/distinfo index 7f13e93a5e14..608d5199ecc3 100644 --- a/devel/p5-Calendar-Simple/distinfo +++ b/devel/p5-Calendar-Simple/distinfo @@ -1,2 +1,2 @@ -MD5 (Calendar-Simple-1.08.tar.gz) = 80901d78109ac365fb20e3cd05effc65 -SIZE (Calendar-Simple-1.08.tar.gz) = 3766 +MD5 (Calendar-Simple-1.11.tar.gz) = 151f78121aa539dcdb4dbb383ce71330 +SIZE (Calendar-Simple-1.11.tar.gz) = 4782 diff --git a/devel/p5-Calendar-Simple/pkg-plist b/devel/p5-Calendar-Simple/pkg-plist index 2c8aa78dc2d1..0cabbe309f8a 100644 --- a/devel/p5-Calendar-Simple/pkg-plist +++ b/devel/p5-Calendar-Simple/pkg-plist @@ -1,5 +1,2 @@ %%SITE_PERL%%/Calendar/Simple.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Calendar/Simple/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Calendar/Simple @unexec rmdir %D/%%SITE_PERL%%/Calendar 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Calendar 2>/dev/null || true |