diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-04-28 18:33:09 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-04-28 18:33:09 +0000 |
commit | 9e437bf45dc48530049de81a7f5c58d7cd175e3f (patch) | |
tree | 1723a815e0435401099e8e32fc12d49f0e69b5d4 /www/p5-Apache-Clean2 | |
parent | 0d6a2c2830b76ff9664448411f3c14e42fb28f49 (diff) | |
download | ports-9e437bf45dc48530049de81a7f5c58d7cd175e3f.tar.gz ports-9e437bf45dc48530049de81a7f5c58d7cd175e3f.zip |
Notes
Diffstat (limited to 'www/p5-Apache-Clean2')
-rw-r--r-- | www/p5-Apache-Clean2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-Apache-Clean2/Makefile b/www/p5-Apache-Clean2/Makefile index 3ec3a52c7184..33a7c8da4111 100644 --- a/www/p5-Apache-Clean2/Makefile +++ b/www/p5-Apache-Clean2/Makefile @@ -7,6 +7,7 @@ PORTNAME= Apache-Clean PORTVERSION= 2.00 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= Apache/GEOFF @@ -16,7 +17,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}_7 MAINTAINER= perl@FreeBSD.org COMMENT= A mod_perl interface into HTML::Clean -BUILD_DEPENDS= mod_perl2>=0:${PORTSDIR}/www/mod_perl2 \ +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2 \ p5-HTML-Clean>=0.8:${PORTSDIR}/www/p5-HTML-Clean LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}2 |