aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Class-Date/Makefile
blob: 9d098a44d0c577a5f9dbfb615d51bba121964595 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Pete Fritchman <petef@databits.net>
# $FreeBSD$

PORTNAME=   Class-Date
PORTVERSION=    1.1.15
PORTREVISION=   1
CATEGORIES= devel perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= culot@FreeBSD.org
COMMENT=    Perl class for easy date and time manipulation

LICENSE=    ART10 GPLv1
LICENSE_COMB=   dual

USES=       perl5
USE_PERL5=  configure

.include <bsd.port.mk>