aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-03-13 22:56:46 +0800
committermiwi <miwi@FreeBSD.org>2008-03-13 22:56:46 +0800
commitde83b73b529aea0f39509e20336e1c1d915fdfd1 (patch)
tree67ca10d3971e376b1eeeddf19cf3e10b1e8756f1
parent93ea5b3cfbd6331f7c23fb7e2c7ba74508a4d2cf (diff)
downloadfreebsd-ports-gnome-de83b73b529aea0f39509e20336e1c1d915fdfd1.tar.gz
freebsd-ports-gnome-de83b73b529aea0f39509e20336e1c1d915fdfd1.tar.zst
freebsd-ports-gnome-de83b73b529aea0f39509e20336e1c1d915fdfd1.zip
- Simplify dependency
- Bump PORTREVISION
-rw-r--r--www/p5-CGI-Untaint/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/www/p5-CGI-Untaint/Makefile b/www/p5-CGI-Untaint/Makefile
index 199048a1ac48..00c6fade334b 100644
--- a/www/p5-CGI-Untaint/Makefile
+++ b/www/p5-CGI-Untaint/Makefile
@@ -7,6 +7,7 @@
PORTNAME= CGI-Untaint
PORTVERSION= 1.26
+PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,19 +15,13 @@ PKGNAMEPREFIX= p5-
MAINTAINER= mat@FreeBSD.org
COMMENT= Process CGI input parameters
-RUN_DEPENDS= ${SITE_PERL}/UNIVERSAL/require.pm:${PORTSDIR}/devel/p5-UNIVERSAL-require \
- ${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm
-BUILD_DEPENDS= ${RUN_DEPENDS}
-BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
+RUN_DEPENDS= p5-UNIVERSAL-require>=0.01:${PORTSDIR}/devel/p5-UNIVERSAL-require
PERL_CONFIGURE= yes
MAN3= CGI::Untaint.3 CGI::Untaint::hex.3 CGI::Untaint::integer.3 \
CGI::Untaint::object.3 CGI::Untaint::printable.3
-post-configure:
- ${PERL} -pi -e 's/-I\S+PERL\S+ //g if m{PERL_DL_NONLAZY}' ${WRKSRC}/Makefile
-
.if !defined(NOPORTDOCS)
PORTDOCS= Changes