freebsd-ports/devel/p5-POSIX-strptime/Makefile

29 lines
626 B
Makefile
Raw Normal View History

# 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>