19 lines
349 B
Makefile
19 lines
349 B
Makefile
# Created by: 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
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
MAN3= Class::Date.3
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|