aboutsummaryrefslogtreecommitdiff
path: root/www/p5-HTML-WikiConverter-UseMod/Makefile
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-11-03 15:16:25 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-11-03 15:16:25 +0000
commit1b17fd9ee25b6f6a3e5cd2efb207f248b16f71c6 (patch)
treeff293b810328a0198353a27b7495cf1dffccca38 /www/p5-HTML-WikiConverter-UseMod/Makefile
parent86a5201c7da9920de31a771938c28b755627c364 (diff)
downloadports-1b17fd9ee25b6f6a3e5cd2efb207f248b16f71c6.tar.gz
ports-1b17fd9ee25b6f6a3e5cd2efb207f248b16f71c6.zip
- support STAGEDIR
- add LICENSE (where it possible)
Notes
Notes: svn path=/head/; revision=332617
Diffstat (limited to 'www/p5-HTML-WikiConverter-UseMod/Makefile')
-rw-r--r--www/p5-HTML-WikiConverter-UseMod/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/p5-HTML-WikiConverter-UseMod/Makefile b/www/p5-HTML-WikiConverter-UseMod/Makefile
index 55a883a7ae32..46f490e75368 100644
--- a/www/p5-HTML-WikiConverter-UseMod/Makefile
+++ b/www/p5-HTML-WikiConverter-UseMod/Makefile
@@ -10,6 +10,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Convert HTML to UseMod markup
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
BUILD_DEPENDS= p5-HTML-WikiConverter>=0.54:${PORTSDIR}/www/p5-HTML-WikiConverter \
p5-URI>=1.35:${PORTSDIR}/net/p5-URI
RUN_DEPENDS:= ${BUILD_DEPENDS}
@@ -17,7 +20,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
-MAN3= HTML::WikiConverter::UseMod.3
-
-NO_STAGE= yes
.include <bsd.port.mk>