aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBI
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2015-03-12 23:00:02 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2015-03-12 23:00:02 +0000
commit9e00ce3f620ac3e527fe22c2af17927e893bdcbe (patch)
tree1f0bb0dc7fae38ac6ebce39efca7467b40fa7475 /databases/p5-DBI
parent9ffeadd377c5f8cf9fab195dc43e2da2b3c02a0e (diff)
downloadports-9e00ce3f620ac3e527fe22c2af17927e893bdcbe.tar.gz
ports-9e00ce3f620ac3e527fe22c2af17927e893bdcbe.zip
Notes
Diffstat (limited to 'databases/p5-DBI')
-rw-r--r--databases/p5-DBI/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/databases/p5-DBI/Makefile b/databases/p5-DBI/Makefile
index 5971e2f4e634..b45bf7952400 100644
--- a/databases/p5-DBI/Makefile
+++ b/databases/p5-DBI/Makefile
@@ -25,18 +25,12 @@ PORTDOCS= Changes
SHEBANG_FILES= dbixs_rev.pl
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MPROXY}
-BUILD_DEPENDS+= p5-PlRPC>=0.2001:${PORTSDIR}/net/p5-PlRPC
-RUN_DEPENDS+= p5-PlRPC>=0.2001:${PORTSDIR}/net/p5-PlRPC
-.endif
+PROXY_BUILD_DEPENDS= p5-PlRPC>=0.2001:${PORTSDIR}/net/p5-PlRPC
+PROXY_RUN_DEPENDS= p5-PlRPC>=0.2001:${PORTSDIR}/net/p5-PlRPC
post-install:
-.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${STAGEDIR}${DOCSDIR}
(cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR})
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
-.endif
.include <bsd.port.mk>