summaryrefslogtreecommitdiff
path: root/devel/p5-Class-Date/Makefile
blob: a23a5ed1d983947b65febdda32e2d836e07a1cbb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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

MAN3=	Class::Date.3

.include <bsd.port.mk>