diff options
-rw-r--r-- | devel/Makefile | 1 | ||||
-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 |
5 files changed, 42 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 5b7288dc1ed1..c09be4af3130 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1297,6 +1297,7 @@ SUBDIR += p5-POE-Session-MultiDispatch SUBDIR += p5-POE-Stage SUBDIR += p5-POE-XS-Queue-Array + SUBDIR += p5-POSIX-strptime SUBDIR += p5-PPerl SUBDIR += p5-PV SUBDIR += p5-Package-Constants 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 |