aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorculot <culot@FreeBSD.org>2013-06-08 14:31:04 +0800
committerculot <culot@FreeBSD.org>2013-06-08 14:31:04 +0800
commit8f829bf12d18f76b1a0d1c1d386e1e6938b69d39 (patch)
treea8dfac2d6dc425a56b29608fa64a7f5277f7a205 /www
parent7f176f72c7a2cccae15729ebe2c03262302ced59 (diff)
downloadfreebsd-ports-gnome-8f829bf12d18f76b1a0d1c1d386e1e6938b69d39.tar.gz
freebsd-ports-gnome-8f829bf12d18f76b1a0d1c1d386e1e6938b69d39.tar.zst
freebsd-ports-gnome-8f829bf12d18f76b1a0d1c1d386e1e6938b69d39.zip
- 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)
Diffstat (limited to 'www')
-rw-r--r--www/p5-Catalyst-Plugin-DateTime/Makefile29
1 files changed, 15 insertions, 14 deletions
diff --git a/www/p5-Catalyst-Plugin-DateTime/Makefile b/www/p5-Catalyst-Plugin-DateTime/Makefile
index 33997e987bdd..c922c65ca9d2 100644
--- a/www/p5-Catalyst-Plugin-DateTime/Makefile
+++ b/www/p5-Catalyst-Plugin-DateTime/Makefile
@@ -1,24 +1,25 @@
-# Ports collection makefile for: p5-Catalyst-Plugin-DateTime
-# Date created: 2010-12-27
-# Whom: michael@fun-box.ru
+# Created by: Mikhail T. <michael@fun-box.ru>
# $FreeBSD$
-PORTNAME= Catalyst-Plugin-DateTime
-PORTVERSION= 0.03
-CATEGORIES= www perl5
-MASTER_SITES= CPAN
-PKGNAMEPREFIX= p5-
+PORTNAME= Catalyst-Plugin-DateTime
+PORTVERSION= 0.03
+CATEGORIES= www perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
EXTRACT_SUFX= .tgz
-MAINTAINER= m.tsatsenko@gmail.com
-COMMENT= DateTime support for Catalyst
+MAINTAINER= perl@FreeBSD.org
+COMMENT= DateTime support for Catalyst
-RUN_DEPENDS= p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \
+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}
+BUILD_DEPENDS= ${RUN_DEPENDS}
-PERL_CONFIGURE= YES
+PERL_CONFIGURE= YES
-MAN3= Catalyst::Plugin::DateTime.3
+MAN3= Catalyst::Plugin::DateTime.3
.include <bsd.port.mk>