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:
parent
1c45afd5d8
commit
921e3c7185
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=181569
@ -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
|
||||
|
28
devel/p5-POSIX-strptime/Makefile
Normal file
28
devel/p5-POSIX-strptime/Makefile
Normal 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>
|
3
devel/p5-POSIX-strptime/distinfo
Normal file
3
devel/p5-POSIX-strptime/distinfo
Normal 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
|
3
devel/p5-POSIX-strptime/pkg-descr
Normal file
3
devel/p5-POSIX-strptime/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Perl interface to strptime(3).
|
||||
|
||||
WWW: http://search.cpan.org/dist/POSIX-strptime/
|
7
devel/p5-POSIX-strptime/pkg-plist
Normal file
7
devel/p5-POSIX-strptime/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user