diff options
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Calendar-Simple/Makefile | 25 | ||||
-rw-r--r-- | devel/p5-Calendar-Simple/distinfo | 1 | ||||
-rw-r--r-- | devel/p5-Calendar-Simple/pkg-descr | 3 | ||||
-rw-r--r-- | devel/p5-Calendar-Simple/pkg-plist | 5 |
5 files changed, 35 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index d66521f523fb..a7f9417cd4e9 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -515,6 +515,7 @@ SUBDIR += p5-C-Scan SUBDIR += p5-Cache-Cache SUBDIR += p5-Cache-Mmap + SUBDIR += p5-Calendar-Simple SUBDIR += p5-Carp-Assert SUBDIR += p5-Carp-Datum SUBDIR += p5-Cdk diff --git a/devel/p5-Calendar-Simple/Makefile b/devel/p5-Calendar-Simple/Makefile new file mode 100644 index 000000000000..c8bfa7c22359 --- /dev/null +++ b/devel/p5-Calendar-Simple/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: Calendar::Simple +# Date created: 29 Oct 2003 +# Whom: Jun Kuriyama <kuriyama@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Calendar-Simple +PORTVERSION= 1.08 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Calendar +PKGNAMEPREFIX= p5- + +MAINTAINER= kuriyama@FreeBSD.org +COMMENT= Perl extension to create simple calendars + +BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ + ${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod + +PERL_CONFIGURE= YES + +MAN3= Calendar::Simple.3 + +.include <bsd.port.mk> diff --git a/devel/p5-Calendar-Simple/distinfo b/devel/p5-Calendar-Simple/distinfo new file mode 100644 index 000000000000..074e28c958ee --- /dev/null +++ b/devel/p5-Calendar-Simple/distinfo @@ -0,0 +1 @@ +MD5 (Calendar-Simple-1.08.tar.gz) = 80901d78109ac365fb20e3cd05effc65 diff --git a/devel/p5-Calendar-Simple/pkg-descr b/devel/p5-Calendar-Simple/pkg-descr new file mode 100644 index 000000000000..20a1961492fd --- /dev/null +++ b/devel/p5-Calendar-Simple/pkg-descr @@ -0,0 +1,3 @@ +Perl extension to create simple calendars. + +WWW: http://search.cpan.org/dist/Calendar-Simple/ diff --git a/devel/p5-Calendar-Simple/pkg-plist b/devel/p5-Calendar-Simple/pkg-plist new file mode 100644 index 000000000000..2c8aa78dc2d1 --- /dev/null +++ b/devel/p5-Calendar-Simple/pkg-plist @@ -0,0 +1,5 @@ +%%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 |