freebsd-ports/devel/p5-Class-Date/Makefile
Frederic Culot 02a06c807c Update my MAINTAINER address to culot@FreeBSD.org.
Approved by:	sahil@ (mentor)
2010-10-20 05:53:20 +00:00

21 lines
406 B
Makefile

# New ports collection makefile for: p5-Class-Date
# Date Created: 28 June 2001
# Whom: Pete Fritchman <petef@databits.net>
#
# $FreeBSD$
#
PORTNAME= Class-Date
PORTVERSION= 1.1.10
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= culot@FreeBSD.org
COMMENT= A Perl class for easy date and time manipulation
PERL_CONFIGURE= yes
MAN3= Class::Date.3
.include <bsd.port.mk>