aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-01-08 03:18:20 +0800
committersunpoet <sunpoet@FreeBSD.org>2015-01-08 03:18:20 +0800
commitf48d259148f992b23d246a348a35bee4ba1bc156 (patch)
tree65bd7966ae5ece0c6a6a5af6638a4f9d7904e6a9
parent0e5bb79f9efeef56303b63e30efbb251f57e5b06 (diff)
downloadfreebsd-ports-gnome-f48d259148f992b23d246a348a35bee4ba1bc156.tar.gz
freebsd-ports-gnome-f48d259148f992b23d246a348a35bee4ba1bc156.tar.zst
freebsd-ports-gnome-f48d259148f992b23d246a348a35bee4ba1bc156.zip
- Fix *_DEPENDS: parent is already in all supported Perl releases
- Add LICENSE [1] - Bump PORTREVISION for dependency change Approved by: portmgr (blanket) [1] With hat: perl
-rw-r--r--www/p5-HTML-Shakan/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/www/p5-HTML-Shakan/Makefile b/www/p5-HTML-Shakan/Makefile
index 7e02daba2b8f..63b48574785f 100644
--- a/www/p5-HTML-Shakan/Makefile
+++ b/www/p5-HTML-Shakan/Makefile
@@ -2,7 +2,7 @@
PORTNAME= HTML-Shakan
PORTVERSION= 2.00
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:SONGMU
@@ -11,14 +11,15 @@ PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension of form html generator/validator
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
RUN_DEPENDS= \
p5-Email-Valid-Loose>=0.05:${PORTSDIR}/mail/p5-Email-Valid-Loose \
p5-FormValidator-Lite>=0.24:${PORTSDIR}/textproc/p5-FormValidator-Lite \
p5-List-MoreUtils>=0.22:${PORTSDIR}/lang/p5-List-MoreUtils \
- p5-Mouse>=0.90,1:${PORTSDIR}/devel/p5-Mouse \
- p5-parent>0:${PORTSDIR}/devel/p5-parent
+ p5-Mouse>=0.90,1:${PORTSDIR}/devel/p5-Mouse
BUILD_DEPENDS:= ${RUN_DEPENDS}
-
TEST_DEPENDS= \
p5-Test-Requires>0:${PORTSDIR}/devel/p5-Test-Requires \
p5-Lingua-JA-Regular-Unicode>0:${PORTSDIR}/japanese/p5-Lingua-JA-Regular-Unicode \