aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Pod-Eventual/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-02-07 15:11:37 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-02-07 15:11:37 +0000
commitc4d8a9541e9595063f352ca487db189495d57054 (patch)
treef7826f97455ba6906d36bf3613b3efed770fb68d /textproc/p5-Pod-Eventual/Makefile
parent7ef2d0a8e0937dd53fee3f321185503eabb9eabc (diff)
Notes
Diffstat (limited to 'textproc/p5-Pod-Eventual/Makefile')
-rw-r--r--textproc/p5-Pod-Eventual/Makefile18
1 files changed, 9 insertions, 9 deletions
diff --git a/textproc/p5-Pod-Eventual/Makefile b/textproc/p5-Pod-Eventual/Makefile
index 727ff8ba1842..eb4197dfc840 100644
--- a/textproc/p5-Pod-Eventual/Makefile
+++ b/textproc/p5-Pod-Eventual/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: Pod-Eventual
-# Date created: 27 December 2009
-# Whom: Andrey Kostenko <andrey@kostenko.name>
-#
+# Created by: Andrey Kostenko <andrey@kostenko.name>
# $FreeBSD$
-#
PORTNAME= Pod-Eventual
PORTVERSION= 0.093330
@@ -14,12 +10,16 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Read a POD document as a series of trivial events
-BUILD_DEPENDS= p5-Mixin-Linewise>=0.001:${PORTSDIR}/devel/p5-Mixin-Linewise \
- p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
+BUILD_DEPENDS= p5-Mixin-Linewise>=0.001:${PORTSDIR}/devel/p5-Mixin-Linewise
RUN_DEPENDS:= ${BUILD_DEPENDS}
+TEST_DEPENDS= p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep
+
+PERL_CONFIGURE= yes
-PERL_CONFIGURE= YES
-MAN3= Pod::Eventual.3\
+MAN3= Pod::Eventual.3 \
Pod::Eventual::Simple.3
.include <bsd.port.mk>