diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2003-07-06 12:40:46 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2003-07-06 12:40:46 +0000 |
commit | 5c7f2530f470af6040de30d0ea776d94824ae794 (patch) | |
tree | a83fe99faa6bb1668d82b9437e24aad552295eaf /devel/p5-DateTime-Format-Baby | |
parent | 2b8bc4d0c6e35eaa9487a95da3a9f281ede0b7c0 (diff) | |
download | ports-5c7f2530f470af6040de30d0ea776d94824ae794.tar.gz ports-5c7f2530f470af6040de30d0ea776d94824ae794.zip |
Notes
Diffstat (limited to 'devel/p5-DateTime-Format-Baby')
-rw-r--r-- | devel/p5-DateTime-Format-Baby/Makefile | 28 | ||||
-rw-r--r-- | devel/p5-DateTime-Format-Baby/distinfo | 1 | ||||
-rw-r--r-- | devel/p5-DateTime-Format-Baby/pkg-descr | 3 | ||||
-rw-r--r-- | devel/p5-DateTime-Format-Baby/pkg-plist | 7 |
4 files changed, 39 insertions, 0 deletions
diff --git a/devel/p5-DateTime-Format-Baby/Makefile b/devel/p5-DateTime-Format-Baby/Makefile new file mode 100644 index 000000000000..364592099e7c --- /dev/null +++ b/devel/p5-DateTime-Format-Baby/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: p5-DateTime-Format-Baby +# Date created: 2 july 2003 +# Whom: Mathieu Arnold <m@absolight.net> +# +# $FreeBSD$ +# + +PORTNAME= DateTime-Format-Baby +PORTVERSION= 1.0100 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= DateTime +PKGNAMEPREFIX= p5- + +MAINTAINER= m@absolight.net +COMMENT= Parse and format baby-style time + +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \ + ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime +BUILD_DEPENDS= ${RUN_DEPENDS} + +WRKSRC= ${WRKDIR}/${DISTNAME:S/00//} + +PERL_CONFIGURE= yes + +MAN3= DateTime::Format::Baby.3 + +.include <bsd.port.mk> diff --git a/devel/p5-DateTime-Format-Baby/distinfo b/devel/p5-DateTime-Format-Baby/distinfo new file mode 100644 index 000000000000..cf5fa9290fbe --- /dev/null +++ b/devel/p5-DateTime-Format-Baby/distinfo @@ -0,0 +1 @@ +MD5 (DateTime-Format-Baby-1.0100.tar.gz) = 4e74820f88e2793cc95c627633532f58 diff --git a/devel/p5-DateTime-Format-Baby/pkg-descr b/devel/p5-DateTime-Format-Baby/pkg-descr new file mode 100644 index 000000000000..9588c39de9c9 --- /dev/null +++ b/devel/p5-DateTime-Format-Baby/pkg-descr @@ -0,0 +1,3 @@ +This module understands baby talk in a variety of languages. + +WWW: http://datetime.perl.org/ diff --git a/devel/p5-DateTime-Format-Baby/pkg-plist b/devel/p5-DateTime-Format-Baby/pkg-plist new file mode 100644 index 000000000000..521f61e4f67b --- /dev/null +++ b/devel/p5-DateTime-Format-Baby/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/DateTime/Format/Baby.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Format/Baby/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Format/Baby +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Format 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/DateTime/Format 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/DateTime 2>/dev/null || true |