1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/devel/p5-Class-Date/Makefile
David W. Chapman Jr. 79270e36bb Update to 1.0.5
PR:		29132
Submitted by:	maintainer
2001-07-22 04:42:55 +00:00

23 lines
441 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.0.5
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Class
PKGNAMEPREFIX= p5-
MAINTAINER= petef@databits.net
PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Class::Date.3
.include <bsd.port.mk>