blob: e428f0ca7abe94582270b1b90accc0def1e7061f (
plain)
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.7
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>
|