freebsd-ports/devel/p5-POSIX-strptime/Makefile
Ion-Mihai Tetcu 936c8b20ac Remove 4.x support.
PR:		ports/111860
Submitted by:	Marcelo Araujo
Approved by:	maintainer
2007-04-20 02:10:12 +00:00

22 lines
487 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.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.mk>