diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
commit | 72ea7e696b763bdbcef04fdbccc122c0364fa567 (patch) | |
tree | 38b741bb92caf8470d126310c77168cb30040476 /www/p5-MasonX-WebApp/Makefile | |
parent | 5e102732a601b54d1dc9e887dc050777bf920349 (diff) |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=412351
Diffstat (limited to 'www/p5-MasonX-WebApp/Makefile')
-rw-r--r-- | www/p5-MasonX-WebApp/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/www/p5-MasonX-WebApp/Makefile b/www/p5-MasonX-WebApp/Makefile index 0e4f43de1619..a7e0166a9392 100644 --- a/www/p5-MasonX-WebApp/Makefile +++ b/www/p5-MasonX-WebApp/Makefile @@ -11,16 +11,16 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Works with HTML::Mason to do processing before Mason is invoked -BUILD_DEPENDS= mp2bug:${PORTSDIR}/www/mod_perl2 \ - p5-HTML-Mason>=0:${PORTSDIR}/www/p5-HTML-Mason \ - p5-Apache-Session-Wrapper>=0:${PORTSDIR}/www/p5-Apache-Session-Wrapper \ - p5-Exception-Class>=0:${PORTSDIR}/devel/p5-Exception-Class \ - p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \ - p5-Class-Factory-Util>=0:${PORTSDIR}/devel/p5-Class-Factory-Util \ - p5-URI>0:${PORTSDIR}/net/p5-URI +BUILD_DEPENDS= mp2bug:www/mod_perl2 \ + p5-HTML-Mason>=0:www/p5-HTML-Mason \ + p5-Apache-Session-Wrapper>=0:www/p5-Apache-Session-Wrapper \ + p5-Exception-Class>=0:devel/p5-Exception-Class \ + p5-Class-Data-Inheritable>=0:devel/p5-Class-Data-Inheritable \ + p5-Class-Factory-Util>=0:devel/p5-Class-Factory-Util \ + p5-URI>0:net/p5-URI RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ - p5-Test-Output>=0:${PORTSDIR}/devel/p5-Test-Output +TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception \ + p5-Test-Output>=0:devel/p5-Test-Output USE_APACHE_RUN= 22+ USES= perl5 |