freebsd-ports/www/p5-Catalyst-Plugin-DateTime/Makefile
Frederic Culot e3741ca293 - Trim Makefile's header
- Pet portlint(1) by using tabs instead of spaces
- Add LICENSE (Artistic 1 & GPL 1)
- Pass maintainership to perl@

PR:		ports/179377
Submitted by:	Mikhail T. <m.tsatsenko@gmail.com> (maintainer)
2013-06-08 06:31:04 +00:00

25 lines
539 B
Makefile

# Created by: Mikhail T. <michael@fun-box.ru>
# $FreeBSD$
PORTNAME= Catalyst-Plugin-DateTime
PORTVERSION= 0.03
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
EXTRACT_SUFX= .tgz
MAINTAINER= perl@FreeBSD.org
COMMENT= DateTime support for Catalyst
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
RUN_DEPENDS= p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \
p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= YES
MAN3= Catalyst::Plugin::DateTime.3
.include <bsd.port.mk>