diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-01-05 21:21:10 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-01-05 21:21:10 +0000 |
commit | 921e3c7185f823ff4432d2f8ed8331ac656ab128 (patch) | |
tree | 9188531877013a999c139d21bbfe3d9c0c2e9c7c /devel/p5-POSIX-strptime | |
parent | 1c45afd5d860285a28d63aa4f1a395f6ada05b2a (diff) |
Perl interface to strptime(3).
WWW: http://search.cpan.org/dist/POSIX-strptime/
PR: ports/107503
Submitted by: Douglas Thrift <douglas at douglasthrift.net>
Notes
Notes:
svn path=/head/; revision=181569
Diffstat (limited to 'devel/p5-POSIX-strptime')
-rw-r--r-- | devel/p5-POSIX-strptime/Makefile | 28 | ||||
-rw-r--r-- | devel/p5-POSIX-strptime/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-POSIX-strptime/pkg-descr | 3 | ||||
-rw-r--r-- | devel/p5-POSIX-strptime/pkg-plist | 7 |
4 files changed, 41 insertions, 0 deletions
diff --git a/devel/p5-POSIX-strptime/Makefile b/devel/p5-POSIX-strptime/Makefile new file mode 100644 index 000000000000..0c83b346e788 --- /dev/null +++ b/devel/p5-POSIX-strptime/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: p5-POSIX-strptime +# Date created: 3 January 2007 +# Whom: Douglas Thrift <douglas@douglasthrift.net> +# +# $FreeBSD$ +# + +PORTNAME= POSIX-strptime +PORTVERSION= 0.06 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= POSIX/KSCHEIBEL +PKGNAMEPREFIX= p5- + +MAINTAINER= douglas@douglasthrift.net +COMMENT= Perl interface to strptime(3) + +PERL_CONFIGURE= yes + +MAN3= POSIX::strptime.3 + +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +IGNORE= Perl 5.6 or newer required. Install lang/perl5.8 and try again. +.endif + +.include <bsd.port.post.mk> diff --git a/devel/p5-POSIX-strptime/distinfo b/devel/p5-POSIX-strptime/distinfo new file mode 100644 index 000000000000..fd8c73e68d53 --- /dev/null +++ b/devel/p5-POSIX-strptime/distinfo @@ -0,0 +1,3 @@ +MD5 (POSIX-strptime-0.06.tar.gz) = d27b9390c23e914021d6e44b76bbd4ac +SHA256 (POSIX-strptime-0.06.tar.gz) = a29bf0cd9715b24d6db1a66468d866ac2663dad838e93d0f8894d52da51f7c69 +SIZE (POSIX-strptime-0.06.tar.gz) = 32473 diff --git a/devel/p5-POSIX-strptime/pkg-descr b/devel/p5-POSIX-strptime/pkg-descr new file mode 100644 index 000000000000..a084edab3287 --- /dev/null +++ b/devel/p5-POSIX-strptime/pkg-descr @@ -0,0 +1,3 @@ +Perl interface to strptime(3). + +WWW: http://search.cpan.org/dist/POSIX-strptime/ diff --git a/devel/p5-POSIX-strptime/pkg-plist b/devel/p5-POSIX-strptime/pkg-plist new file mode 100644 index 000000000000..765493e8fc5b --- /dev/null +++ b/devel/p5-POSIX-strptime/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/POSIX/strptime.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/POSIX/strptime/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/POSIX/strptime/strptime.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/POSIX/strptime/strptime.so +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POSIX/strptime +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POSIX +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/POSIX |