1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/devel/p5-Class-Date/Makefile
Frederic Culot 497bc5c5d3 - Update to 1.1.15
- Add LICENSE (Artistic 1 & GPL 1)

Changes:	http://search.cpan.org/dist/Class-Date/Changes
2014-05-05 07:12:40 +00:00

20 lines
353 B
Makefile

# Created by: Pete Fritchman <petef@databits.net>
# $FreeBSD$
PORTNAME= Class-Date
PORTVERSION= 1.1.15
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= culot@FreeBSD.org
COMMENT= Perl class for easy date and time manipulation
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>