aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Table/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2014-01-21 08:17:00 +0000
committerMathieu Arnold <mat@FreeBSD.org>2014-01-21 08:17:00 +0000
commitb4165baf5e00ba7049397e7214a0c8347c0b83ae (patch)
treec40715e1499e06ce71897558ad592caaf3b4f743 /textproc/p5-Text-Table/Makefile
parent65458c0d836336fff6d1802a413332341d2c5309 (diff)
downloadports-b4165baf5e00ba7049397e7214a0c8347c0b83ae.tar.gz
ports-b4165baf5e00ba7049397e7214a0c8347c0b83ae.zip
* Support staging
* Add license Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=340574
Diffstat (limited to 'textproc/p5-Text-Table/Makefile')
-rw-r--r--textproc/p5-Text-Table/Makefile6
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>