diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2015-03-31 22:14:06 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2015-03-31 22:14:06 +0000 |
commit | b7266c36fe70706f36630e0720257a3f511f2d41 (patch) | |
tree | a8ee1259d3d19e7af6c6ddf09051e6bc53957fec /www/mod_perl2 | |
parent | d37aded918879a78f704557d9c124ecac217eccd (diff) |
- add CPE information
Notes
Notes:
svn path=/head/; revision=382880
Diffstat (limited to 'www/mod_perl2')
-rw-r--r-- | www/mod_perl2/Makefile | 3 |
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> |