diff options
author | des <des@FreeBSD.org> | 2014-06-05 00:54:08 +0800 |
---|---|---|
committer | des <des@FreeBSD.org> | 2014-06-05 00:54:08 +0800 |
commit | f159dfd074dd4360e4e1774b229922586595cf7a (patch) | |
tree | 9d5f08a6308ce75cc8cbb5b254ca73b03db12dbf /www | |
parent | 6a7ad12dbc5925c9ba08db0710be7f224823cdfc (diff) | |
download | freebsd-ports-gnome-f159dfd074dd4360e4e1774b229922586595cf7a.tar.gz freebsd-ports-gnome-f159dfd074dd4360e4e1774b229922586595cf7a.tar.zst freebsd-ports-gnome-f159dfd074dd4360e4e1774b229922586595cf7a.zip |
Add CPE information.
With hat: ports-secteam
Diffstat (limited to 'www')
-rw-r--r-- | www/apache24/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/apache24/Makefile b/www/apache24/Makefile index 69b664de3a57..bd7f34a7efca 100644 --- a/www/apache24/Makefile +++ b/www/apache24/Makefile @@ -19,12 +19,15 @@ CONFLICTS_INSTALL= caudium14-1.* \ apache-*-2.2.* apache22-* USE_APACHE= common24 -USES= tar:bzip2 iconv perl5 libtool +USES= tar:bzip2 iconv perl5 libtool cpe USE_PERL5= run USE_AUTOTOOLS= autoconf USE_RC_SUBR= apache24 htcacheclean LIBTOOLFILES= configure.in +CPE_VENDOR= apache +CPE_PRODUCT= http_server + PORTDOCS= * USERS= www |