diff options
author | James FitzGibbon <jfitz@FreeBSD.org> | 1996-10-24 08:17:03 +0000 |
---|---|---|
committer | James FitzGibbon <jfitz@FreeBSD.org> | 1996-10-24 08:17:03 +0000 |
commit | 8c2cb67b90dd0296a7e2f0456a65a29af669547a (patch) | |
tree | a5538d656a27e7c08227351fd6635b30d4433f59 /devel/p5-Time/Makefile | |
parent | perl5 module for getting the value of the C Ioctl constants. (diff) |
a collection of functions to convert and use time variables in perl5
Notes
Notes:
svn path=/head/; revision=4105
Diffstat (limited to 'devel/p5-Time/Makefile')
-rw-r--r-- | devel/p5-Time/Makefile | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/devel/p5-Time/Makefile b/devel/p5-Time/Makefile new file mode 100644 index 000000000000..7da67d7b7edd --- /dev/null +++ b/devel/p5-Time/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: p5-Time-961002 +# Version required: 96.100201 +# Date created: October 12th 1996 +# Whom: James FitzGibbon <jfitz@FreeBSD.org> +# +# $Id$ +# + +DISTNAME= Time-modules-96.100201 +PKGNAME= p5-Time-961002 +CATEGORIES+= devel +MASTER_SITES= ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/by-module/Time/ \ + ftp://ftp.cdrom.com/pub/perl/CPAN/modules/by-module/Time/ \ + ftp://ftp.cis.ufl.edu/pub/perl/CPAN/modules/by-module/Time/ \ + ftp://ftp.leo.org/pub/comp/programming/languages/perl/CPAN/modules/by-module/Time/ \ + ftp://ftp.demon.co.uk/pub/mirrors/perl/CPAN/modules/by-module/Time/ \ + ftp://ftp.lab.kdd.co.jp/lang/perl/CPAN/modules/by-module/Time/ + +MAINTAINER= jfitz@FreeBSD.ORG + +BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 + +do-configure: + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + +post-install: +.if !defined(NOMANCOMPRESS) + @ for file in Time::CTime Time::JulianDay Time::ParseDate Time::Timezone Time::DaysInMonth; do \ + gzip -9nf ${PREFIX}/lib/perl5/man/man3/$$file.3; \ + done +.endif + +.include <bsd.port.mk> |