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-CSV-Encoded/Makefile | |
parent | ffae571445989bd73b3b275e762e622bb80358fa (diff) |
Notes
Diffstat (limited to 'textproc/p5-Text-CSV-Encoded/Makefile')
-rw-r--r-- | textproc/p5-Text-CSV-Encoded/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/p5-Text-CSV-Encoded/Makefile b/textproc/p5-Text-CSV-Encoded/Makefile index 4f94a5b18259..c6825cee33f2 100644 --- a/textproc/p5-Text-CSV-Encoded/Makefile +++ b/textproc/p5-Text-CSV-Encoded/Makefile @@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= dereckson@gmail.com COMMENT= Perl module for Encoding aware CVS files parsing +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple \ p5-Test-Harness>=0:${PORTSDIR}/devel/p5-Test-Harness \ p5-Text-CSV>=0:${PORTSDIR}/textproc/p5-Text-CSV @@ -19,7 +22,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Text::CSV::Encoded.3 Text::CSV::Encoded::Coder::Base.3 Text::CSV::Encoded::Coder::Encode.3 Text::CSV::Encoded::Coder::EncodeGuess.3 - -NO_STAGE= yes .include <bsd.port.mk> |