aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-HTML-SBC/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2014-01-21 14:03:59 +0000
committerMathieu Arnold <mat@FreeBSD.org>2014-01-21 14:03:59 +0000
commit2d7852dd48ee2f1ef31959ce7fd03372f1d1e162 (patch)
treef95afc028b06f73916e4eb9abb40498014a1adfe /textproc/p5-HTML-SBC/Makefile
parent93c4ec1e4069f70d7f048c84f8dc47fc9e75f1e5 (diff)
downloadports-2d7852dd48ee2f1ef31959ce7fd03372f1d1e162.tar.gz
ports-2d7852dd48ee2f1ef31959ce7fd03372f1d1e162.zip
* Convert to staging
* Add license * pet portlint Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=340610
Diffstat (limited to 'textproc/p5-HTML-SBC/Makefile')
-rw-r--r--textproc/p5-HTML-SBC/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/p5-HTML-SBC/Makefile b/textproc/p5-HTML-SBC/Makefile
index 4f79c90bfea3..c7a2cbcc8e71 100644
--- a/textproc/p5-HTML-SBC/Makefile
+++ b/textproc/p5-HTML-SBC/Makefile
@@ -11,13 +11,13 @@ PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= Simple blog code to valid XHTML
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
BUILD_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
-MAN3= HTML::SBC.3
-
-NO_STAGE= yes
.include <bsd.port.mk>