2007-01-05 22:21:10 +01:00
|
|
|
# New ports collection makefile for: p5-POSIX-strptime
|
|
|
|
# Date created: 3 January 2007
|
|
|
|
# Whom: Douglas Thrift <douglas@douglasthrift.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= POSIX-strptime
|
2007-06-15 02:44:59 +02:00
|
|
|
PORTVERSION= 0.08
|
2007-01-05 22:21:10 +01:00
|
|
|
CATEGORIES= devel perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2007-01-05 22:21:10 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= douglas@douglasthrift.net
|
|
|
|
COMMENT= Perl interface to strptime(3)
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= POSIX::strptime.3
|
|
|
|
|
2007-04-20 04:10:12 +02:00
|
|
|
.include <bsd.port.mk>
|