diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2003-07-07 09:27:25 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2003-07-07 09:27:25 +0000 |
commit | a473261476be780b3d0cb0239a650b6136c16233 (patch) | |
tree | 43863b1512ad94ca3e9492889f0a4e19cbf5a87f /devel/p5-DateTime-Calendar-Pataphysical/Makefile | |
parent | f8089c00c31e170aeed2a4f7b6434e0975e2bfeb (diff) | |
download | ports-a473261476be780b3d0cb0239a650b6136c16233.tar.gz ports-a473261476be780b3d0cb0239a650b6136c16233.zip |
Notes
Diffstat (limited to 'devel/p5-DateTime-Calendar-Pataphysical/Makefile')
-rw-r--r-- | devel/p5-DateTime-Calendar-Pataphysical/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/devel/p5-DateTime-Calendar-Pataphysical/Makefile b/devel/p5-DateTime-Calendar-Pataphysical/Makefile new file mode 100644 index 000000000000..4e8a900f200d --- /dev/null +++ b/devel/p5-DateTime-Calendar-Pataphysical/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: p5-DateTime-Calendar-Pataphysical +# Date created: 1 july 2003 +# Whom: Mathieu Arnold <m@absolight.net> +# +# $FreeBSD$ +# + +PORTNAME= DateTime-Calendar-Pataphysical +PORTVERSION= 0.02 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= DateTime +PKGNAMEPREFIX= p5- + +MAINTAINER= m@absolight.net +COMMENT= Dates in the pataphysical calendar + +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= DateTime::Calendar::Pataphysical.3 + +.include <bsd.port.mk> |