freebsd-ports/devel/p5-POSIX-strptime/Makefile
Cheng-Lung Sung 35144e9418 - Update to 0.08
PR:		ports/113662
Submitted by:	Douglas William Thrift <douglas_AT_douglasthrift dot net>
2007-06-15 00:44:59 +00:00

22 lines
477 B
Makefile

# 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.08
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= POSIX
PKGNAMEPREFIX= p5-
MAINTAINER= douglas@douglasthrift.net
COMMENT= Perl interface to strptime(3)
PERL_CONFIGURE= yes
MAN3= POSIX::strptime.3
.include <bsd.port.mk>