1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Perl interface to strptime(3).

WWW: http://search.cpan.org/dist/POSIX-strptime/

PR:		ports/107503
Submitted by:	Douglas Thrift <douglas at douglasthrift.net>
This commit is contained in:
Martin Wilke 2007-01-05 21:21:10 +00:00
parent 1c45afd5d8
commit 921e3c7185
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=181569
5 changed files with 42 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -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

View File

@ -0,0 +1,3 @@
Perl interface to strptime(3).
WWW: http://search.cpan.org/dist/POSIX-strptime/

View File

@ -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