diff options
Diffstat (limited to 'textproc/p5-Pod-Eventual/Makefile')
-rw-r--r-- | textproc/p5-Pod-Eventual/Makefile | 18 |
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> |