Prune devel/py-EnthoughtBase
[dports.git] / devel / p5-Time-Period / Makefile
1 # Created by: Nicholas Esborn <nick@netdot.net>
2 # $FreeBSD$
3
4 PORTNAME=       Time-Period
5 PORTVERSION=    1.20
6 PORTREVISION=   1
7 CATEGORIES=     devel perl5
8 MASTER_SITES=   CPAN
9 MASTER_SITE_SUBDIR=     CPAN:PRYAN
10 PKGNAMEPREFIX=  p5-
11 DISTNAME=       Period-${PORTVERSION}
12
13 MAINTAINER=     bofh@FreeBSD.org
14 COMMENT=        Perl module that contains code to deal with time periods
15
16 LICENSE=        ART10 GPLv1
17 LICENSE_COMB=   dual
18
19 USES=           perl5
20 USE_PERL5=      configure
21
22 .include <bsd.port.mk>