diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2003-07-19 19:37:20 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2003-07-19 19:37:20 +0000 |
commit | 7082cf618a0c58efcd153cda816f18fb28cd67da (patch) | |
tree | ca68e586e2692d810ad359988093884a2dca27a2 /devel/p5-DateTime-TimeZone-Alias | |
parent | 9061242549dd5dd3c0a2928718eba221b94dfe3e (diff) | |
download | ports-7082cf618a0c58efcd153cda816f18fb28cd67da.tar.gz ports-7082cf618a0c58efcd153cda816f18fb28cd67da.zip |
Notes
Diffstat (limited to 'devel/p5-DateTime-TimeZone-Alias')
-rw-r--r-- | devel/p5-DateTime-TimeZone-Alias/Makefile | 25 | ||||
-rw-r--r-- | devel/p5-DateTime-TimeZone-Alias/distinfo | 1 | ||||
-rw-r--r-- | devel/p5-DateTime-TimeZone-Alias/pkg-descr | 4 | ||||
-rw-r--r-- | devel/p5-DateTime-TimeZone-Alias/pkg-plist | 4 |
4 files changed, 34 insertions, 0 deletions
diff --git a/devel/p5-DateTime-TimeZone-Alias/Makefile b/devel/p5-DateTime-TimeZone-Alias/Makefile new file mode 100644 index 000000000000..8c7a6b129653 --- /dev/null +++ b/devel/p5-DateTime-TimeZone-Alias/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: p5-DateTime-TimeZone-Alias +# Date created: 7 july 2003 +# Whom: Mathieu Arnold <m@absolight.net> +# +# $FreeBSD$ +# + +PORTNAME= DateTime-TimeZone-Alias +PORTVERSION= 0.04 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= DateTime +PKGNAMEPREFIX= p5- + +MAINTAINER= m@absolight.net +COMMENT= Create aliases for DateTime timezones + +RUN_DEPENDS= ${SITE_PERL}/DateTime/TimeZone.pm:${PORTSDIR}/devel/p5-DateTime-TimeZone \ + ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime +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-TimeZone-Alias/distinfo b/devel/p5-DateTime-TimeZone-Alias/distinfo new file mode 100644 index 000000000000..f9e88595b608 --- /dev/null +++ b/devel/p5-DateTime-TimeZone-Alias/distinfo @@ -0,0 +1 @@ +MD5 (DateTime-TimeZone-Alias-0.04.tar.gz) = f52ac84f599811a6a923ca2787790f9b diff --git a/devel/p5-DateTime-TimeZone-Alias/pkg-descr b/devel/p5-DateTime-TimeZone-Alias/pkg-descr new file mode 100644 index 000000000000..da3b7b61ff34 --- /dev/null +++ b/devel/p5-DateTime-TimeZone-Alias/pkg-descr @@ -0,0 +1,4 @@ +Creates and destroys aliases for DateTime timezones. This module violates the +encapsulation of the DateTime internals. User _Beware_. + +WWW: http://datetime.perl.org/ diff --git a/devel/p5-DateTime-TimeZone-Alias/pkg-plist b/devel/p5-DateTime-TimeZone-Alias/pkg-plist new file mode 100644 index 000000000000..76e34f99638a --- /dev/null +++ b/devel/p5-DateTime-TimeZone-Alias/pkg-plist @@ -0,0 +1,4 @@ +%%SITE_PERL%%/DateTime/TimeZone/Alias.pm +%%SITE_PERL%%/DateTime/TimeZone/Alias.pod +@unexec rmdir %D/%%SITE_PERL%%/DateTime/TimeZone 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/DateTime 2>/dev/null || true |