freebsd-ports/devel/p5-POSIX-strptime/Makefile
Martin Wilke 921e3c7185 Perl interface to strptime(3).
WWW: http://search.cpan.org/dist/POSIX-strptime/

PR:		ports/107503
Submitted by:	Douglas Thrift <douglas at douglasthrift.net>
2007-01-05 21:21:10 +00:00

28 lines
626 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.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>