diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-08-25 20:30:03 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-08-25 20:30:03 +0000 |
commit | 4db30879862cd70f58ee3e1adf2341a7e158130f (patch) | |
tree | e185a594bd387d683dce03dd3ab9072549c705b0 /math/p5-Date-Handler/Makefile | |
parent | 6d061c9647876fff0c8936519b9c8de1bdfb5290 (diff) | |
download | ports-4db30879862cd70f58ee3e1adf2341a7e158130f.tar.gz ports-4db30879862cd70f58ee3e1adf2341a7e158130f.zip |
Notes
Diffstat (limited to 'math/p5-Date-Handler/Makefile')
-rw-r--r-- | math/p5-Date-Handler/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/math/p5-Date-Handler/Makefile b/math/p5-Date-Handler/Makefile new file mode 100644 index 000000000000..95add961362b --- /dev/null +++ b/math/p5-Date-Handler/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: p5-Date-Handler +# Date Created: 25 Aug 2001 +# Whom: Shell Hung <shell@shellhung.org> +# +# $FreeBSD$ +# +# Considering this module for calculating date, so +# I putted it into 'math' and not 'devel' or other + +PORTNAME= Date-Handler +PORTVERSION= 0.08 +CATEGORIES= math perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Date +PKGNAMEPREFIX= p5- + +MAINTAINER= shell@shellhung.org + +PERL_CONFIGURE= yes + +MAN3= Date::Handler.3 Date::Handler::Delta.3 \ + Date::Handler::Range.3 Date::Handler::Test.3 +MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +.include <bsd.port.mk> |