aboutsummaryrefslogtreecommitdiff
path: root/www/mod_perl2
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2015-03-31 22:14:06 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2015-03-31 22:14:06 +0000
commitb7266c36fe70706f36630e0720257a3f511f2d41 (patch)
treea8ee1259d3d19e7af6c6ddf09051e6bc53957fec /www/mod_perl2
parentd37aded918879a78f704557d9c124ecac217eccd (diff)
- add CPE information
PR: 199025 PR: 199026 PR: 199027 Submitted by: shun <shun.fbsd.pr _at_ dropcut.net>
Notes
Notes: svn path=/head/; revision=382880
Diffstat (limited to 'www/mod_perl2')
-rw-r--r--www/mod_perl2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/mod_perl2/Makefile b/www/mod_perl2/Makefile
index 942213d8f402..6ff000cc914b 100644
--- a/www/mod_perl2/Makefile
+++ b/www/mod_perl2/Makefile
@@ -24,9 +24,10 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
SUB_FILES= pkg-message
SUB_LIST= APACHEMODDIR=${APACHEMODDIR}
USE_APACHE= 22+
-USES= gmake perl5
+USES= cpe gmake perl5
USE_PERL5= configure
USE_CSTD= gnu89
+CPE_VENDOR= apache
.include <bsd.port.pre.mk>