diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2003-07-06 13:06:43 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2003-07-06 13:06:43 +0000 |
commit | e056005fa626467ef3b34657b804f1eda3f7a6bd (patch) | |
tree | 6ac1e212bd113106d15f57f39df095c2f1a5bc57 /devel | |
parent | Add p5-DateTime-Format-Builder 0.75, (diff) |
Add p5-DateTime-Format-Bork 0.01,
formats datetimes for that guy
from The Muppet Show.
PR: 54023
Submitted by: Mathieu Arnold <m@absolight.net>
Notes
Notes:
svn path=/head/; revision=84313
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-DateTime-Format-Bork/Makefile | 26 | ||||
-rw-r--r-- | devel/p5-DateTime-Format-Bork/distinfo | 1 | ||||
-rw-r--r-- | devel/p5-DateTime-Format-Bork/pkg-descr | 3 | ||||
-rw-r--r-- | devel/p5-DateTime-Format-Bork/pkg-plist | 4 |
5 files changed, 35 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 15bb545027e8..b7e15a500fdc 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -555,6 +555,7 @@ SUBDIR += p5-DateTime-Event-Recurrence SUBDIR += p5-DateTime-Event-Sunrise SUBDIR += p5-DateTime-Format-Baby + SUBDIR += p5-DateTime-Format-Bork SUBDIR += p5-DateTime-Format-Builder SUBDIR += p5-DateTime-Format-Strptime SUBDIR += p5-DateTime-LeapSecond diff --git a/devel/p5-DateTime-Format-Bork/Makefile b/devel/p5-DateTime-Format-Bork/Makefile new file mode 100644 index 000000000000..6825fad31846 --- /dev/null +++ b/devel/p5-DateTime-Format-Bork/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: p5-DateTime-Format-Bork +# Date created: 2 july 2003 +# Whom: Mathieu Arnold <m@absolight.net> +# +# $FreeBSD$ +# + +PORTNAME= DateTime-Format-Bork +PORTVERSION= 0.01 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= DateTime +PKGNAMEPREFIX= p5- + +MAINTAINER= m@absolight.net +COMMENT= Formats datetimes for that guy from The Muppet Show + +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \ + ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \ + ${SITE_PERL}/DateTime/Format/Builder.pm:${PORTSDIR}/devel/p5-DateTime-Format-Builder +BUILD_DEPENDS= ${RUN_DEPENDS} \ + ${SITE_PERL}/Module/Build.pm:${PORTSDIR}/devel/p5-Module-Build + +PERL_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/devel/p5-DateTime-Format-Bork/distinfo b/devel/p5-DateTime-Format-Bork/distinfo new file mode 100644 index 000000000000..4d7e91b59d35 --- /dev/null +++ b/devel/p5-DateTime-Format-Bork/distinfo @@ -0,0 +1 @@ +MD5 (DateTime-Format-Bork-0.01.tar.gz) = 4b2817b959101e4524c225345c82a115 diff --git a/devel/p5-DateTime-Format-Bork/pkg-descr b/devel/p5-DateTime-Format-Bork/pkg-descr new file mode 100644 index 000000000000..39fd5c8796db --- /dev/null +++ b/devel/p5-DateTime-Format-Bork/pkg-descr @@ -0,0 +1,3 @@ +Bork debork, bork bork bork. + +WWW: http://datetime.perl.org/ diff --git a/devel/p5-DateTime-Format-Bork/pkg-plist b/devel/p5-DateTime-Format-Bork/pkg-plist new file mode 100644 index 000000000000..7fd5ad9f669b --- /dev/null +++ b/devel/p5-DateTime-Format-Bork/pkg-plist @@ -0,0 +1,4 @@ +%%SITE_PERL%%/DateTime/Format/Bork.pm +%%SITE_PERL%%/DateTime/Format/Bork.pod +@unexec rmdir %D/%%SITE_PERL%%/DateTime/Format 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/DateTime 2>/dev/null || true |