1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/devel/p5-Class-Date/Makefile
Pete Fritchman 5abb6716eb - update to 1.1.6
- fix a braino in pkg-plist (>/dev/null, not >&1)
2003-05-10 12:43:12 +00:00

24 lines
498 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.6
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Class
PKGNAMEPREFIX= p5-
MAINTAINER= petef@FreeBSD.org
COMMENT= A Perl class for easy date and time manipulation
PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Class::Date.3
.include <bsd.port.mk>