1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/devel/p5-POSIX-strptime/Makefile
Dmitry Marakasov 3a96db8147 - Update to 0.13
PR:		204556
Submitted by:	douglas@douglasthrift.net (maintainer)
2015-11-16 02:15:23 +00:00

20 lines
353 B
Makefile

# Created by: Douglas Thrift <douglas@douglasthrift.net>
# $FreeBSD$
PORTNAME= POSIX-strptime
PORTVERSION= 0.13
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= douglas@douglasthrift.net
COMMENT= Perl interface to strptime(3)
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>