aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-String-Flogger/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2014-01-22 11:47:22 +0000
committerMathieu Arnold <mat@FreeBSD.org>2014-01-22 11:47:22 +0000
commit580056663cb59bf7a2403f5f4831e9e8f9b84998 (patch)
treeafe4d8935e35d90b5245f5699370b59cc4b0a331 /textproc/p5-String-Flogger/Makefile
parent09a1f6d9a25aeac6639ec911caa755838e9d95c0 (diff)
downloadports-580056663cb59bf7a2403f5f4831e9e8f9b84998.tar.gz
ports-580056663cb59bf7a2403f5f4831e9e8f9b84998.zip
* Convert to staging
* Add license * pet portlint Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=340706
Diffstat (limited to 'textproc/p5-String-Flogger/Makefile')
-rw-r--r--textproc/p5-String-Flogger/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/p5-String-Flogger/Makefile b/textproc/p5-String-Flogger/Makefile
index c9fb2ca52b03..9c19ed1ca07d 100644
--- a/textproc/p5-String-Flogger/Makefile
+++ b/textproc/p5-String-Flogger/Makefile
@@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= String munging for loggers
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
BUILD_DEPENDS= p5-Params-Util>0:${PORTSDIR}/devel/p5-Params-Util \
p5-Sub-Exporter>0:${PORTSDIR}/devel/p5-Sub-Exporter \
p5-JSON>0:${PORTSDIR}/converters/p5-JSON
@@ -20,7 +23,4 @@ TEST_DEPENDS= p5-Test-Simple>=0.82:${PORTSDIR}/devel/p5-Test-Simple
USES= perl5
USE_PERL5= configure
-MAN3= String::Flogger.3
-
-NO_STAGE= yes
.include <bsd.port.mk>