aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Gantry
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:33:55 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:33:55 +0000
commit72ea7e696b763bdbcef04fdbccc122c0364fa567 (patch)
tree38b741bb92caf8470d126310c77168cb30040476 /www/p5-Gantry
parent5e102732a601b54d1dc9e887dc050777bf920349 (diff)
downloadports-72ea7e696b763bdbcef04fdbccc122c0364fa567.tar.gz
ports-72ea7e696b763bdbcef04fdbccc122c0364fa567.zip
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-Gantry')
-rw-r--r--www/p5-Gantry/Makefile36
1 files changed, 18 insertions, 18 deletions
diff --git a/www/p5-Gantry/Makefile b/www/p5-Gantry/Makefile
index c6572c1e8a11..a694db48f2df 100644
--- a/www/p5-Gantry/Makefile
+++ b/www/p5-Gantry/Makefile
@@ -11,25 +11,25 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Web application framework for mod_perl, cgi, etc
-BUILD_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \
- p5-Data-UUID>=0:${PORTSDIR}/devel/p5-Data-UUID \
- p5-Date-Calc>=0:${PORTSDIR}/devel/p5-Date-Calc \
- p5-CGI-Simple>=0:${PORTSDIR}/www/p5-CGI-Simple \
- p5-Data-FormValidator>=0:${PORTSDIR}/textproc/p5-Data-FormValidator \
- p5-File-Copy-Recursive>=0:${PORTSDIR}/devel/p5-File-Copy-Recursive \
- p5-Hash-Merge>=0:${PORTSDIR}/textproc/p5-Hash-Merge \
- p5-HTML-Prototype>=0:${PORTSDIR}/www/p5-HTML-Prototype \
- p5-HTTP-Server-Simple>=0:${PORTSDIR}/www/p5-HTTP-Server-Simple \
- p5-URI>=0:${PORTSDIR}/net/p5-URI \
- p5-Crypt-CBC>=0:${PORTSDIR}/security/p5-Crypt-CBC \
- p5-Sub-Install>0:${PORTSDIR}/devel/p5-Sub-Install \
- p5-Mail-RFC822-Address>0:${PORTSDIR}/mail/p5-Mail-RFC822-Address \
- p5-Config-General>0:${PORTSDIR}/devel/p5-Config-General \
- p5-JSON>0:${PORTSDIR}/converters/p5-JSON \
- p5-Template-Toolkit>=2.0:${PORTSDIR}/www/p5-Template-Toolkit \
- p5-Template-Plugin-HTML-SuperForm>0:${PORTSDIR}/textproc/p5-Template-Plugin-HTML-SuperForm
+BUILD_DEPENDS= p5-DBI>=0:databases/p5-DBI \
+ p5-Data-UUID>=0:devel/p5-Data-UUID \
+ p5-Date-Calc>=0:devel/p5-Date-Calc \
+ p5-CGI-Simple>=0:www/p5-CGI-Simple \
+ p5-Data-FormValidator>=0:textproc/p5-Data-FormValidator \
+ p5-File-Copy-Recursive>=0:devel/p5-File-Copy-Recursive \
+ p5-Hash-Merge>=0:textproc/p5-Hash-Merge \
+ p5-HTML-Prototype>=0:www/p5-HTML-Prototype \
+ p5-HTTP-Server-Simple>=0:www/p5-HTTP-Server-Simple \
+ p5-URI>=0:net/p5-URI \
+ p5-Crypt-CBC>=0:security/p5-Crypt-CBC \
+ p5-Sub-Install>0:devel/p5-Sub-Install \
+ p5-Mail-RFC822-Address>0:mail/p5-Mail-RFC822-Address \
+ p5-Config-General>0:devel/p5-Config-General \
+ p5-JSON>0:converters/p5-JSON \
+ p5-Template-Toolkit>=2.0:www/p5-Template-Toolkit \
+ p5-Template-Plugin-HTML-SuperForm>0:textproc/p5-Template-Plugin-HTML-SuperForm
RUN_DEPENDS:= ${BUILD_DEPENDS}
-TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
+TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception
USES= perl5
USE_PERL5= modbuild