diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-01-22 14:35:55 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-01-22 14:35:55 +0000 |
commit | 7dfa91c8cd61e4aa9c75846889f43046b343ee52 (patch) | |
tree | 50d7eea5fc37a2f384272943c8db1dba8733ebbe /textproc/p5-Text-ClearSilver/Makefile | |
parent | ffae571445989bd73b3b275e762e622bb80358fa (diff) | |
download | ports-7dfa91c8cd61e4aa9c75846889f43046b343ee52.tar.gz ports-7dfa91c8cd61e4aa9c75846889f43046b343ee52.zip |
Notes
Diffstat (limited to 'textproc/p5-Text-ClearSilver/Makefile')
-rw-r--r-- | textproc/p5-Text-ClearSilver/Makefile | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/textproc/p5-Text-ClearSilver/Makefile b/textproc/p5-Text-ClearSilver/Makefile index 6efaa1b3a01e..b0e747372bfe 100644 --- a/textproc/p5-Text-ClearSilver/Makefile +++ b/textproc/p5-Text-ClearSilver/Makefile @@ -9,20 +9,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension to the ClearSilver template engine +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + TEST_DEPENDS= \ p5-Test-Requires>0:${PORTSDIR}/devel/p5-Test-Requires \ p5-Mouse>0:${PORTSDIR}/devel/p5-Mouse -USES= perl5 +USES= perl5 gmake USE_PERL5= configure -USE_GMAKE= yes -CONFIGURE_ENV= MAKE=${LOCALBASE}/bin/gmake - -MAN3= Text::ClearSilver.3 \ - Text::ClearSilver::Compat.3 \ - Text::ClearSilver::FunctionSet.3 \ - Text::ClearSilver::FunctionSet::html.3 \ - Text::ClearSilver::FunctionSet::string.3 -NO_STAGE= yes .include <bsd.port.mk> |