diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-01-21 08:17:00 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-01-21 08:17:00 +0000 |
commit | b4165baf5e00ba7049397e7214a0c8347c0b83ae (patch) | |
tree | c40715e1499e06ce71897558ad592caaf3b4f743 /textproc/p5-Text-Table/Makefile | |
parent | 65458c0d836336fff6d1802a413332341d2c5309 (diff) | |
download | ports-b4165baf5e00ba7049397e7214a0c8347c0b83ae.tar.gz ports-b4165baf5e00ba7049397e7214a0c8347c0b83ae.zip |
Notes
Diffstat (limited to 'textproc/p5-Text-Table/Makefile')
-rw-r--r-- | textproc/p5-Text-Table/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/p5-Text-Table/Makefile b/textproc/p5-Text-Table/Makefile index 4be477ff2c65..8191ce273cda 100644 --- a/textproc/p5-Text-Table/Makefile +++ b/textproc/p5-Text-Table/Makefile @@ -10,13 +10,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= miwi@FreeBSD.org COMMENT= Organize Data in Tables +LICENSE= ISCL +LICENSE_FILE= ${WRKSRC}/LICENSE + BUILD_DEPENDS= p5-Text-Aligner>=0.05:${PORTSDIR}/textproc/p5-Text-Aligner RUN_DEPENDS= p5-Text-Aligner>=0.05:${PORTSDIR}/textproc/p5-Text-Aligner USES= perl5 USE_PERL5= configure -MAN3= Text::Table.3 - -NO_STAGE= yes .include <bsd.port.mk> |