diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-04-14 03:26:18 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-04-14 03:26:18 +0800 |
commit | 97909ce137526f193941b5f7b2a0dd9b96ef4d93 (patch) | |
tree | 35797f8b7d9d1ae3c57393d416917f36c96b3d70 | |
parent | eee902fdc95630f6a0bdb844a3216e76b8b19620 (diff) | |
download | freebsd-ports-gnome-97909ce137526f193941b5f7b2a0dd9b96ef4d93.tar.gz freebsd-ports-gnome-97909ce137526f193941b5f7b2a0dd9b96ef4d93.tar.zst freebsd-ports-gnome-97909ce137526f193941b5f7b2a0dd9b96ef4d93.zip |
- Add CPE information
PR: 199024
Submitted by: shun <shun.fbsd.pr@dropcut.net>
Approved by: maintainer (timeout, 14 days)
-rw-r--r-- | www/mod_fcgid/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/mod_fcgid/Makefile b/www/mod_fcgid/Makefile index 2c7ed6b0956b..977316ba2ef6 100644 --- a/www/mod_fcgid/Makefile +++ b/www/mod_fcgid/Makefile @@ -15,6 +15,8 @@ COMMENT= Alternative FastCGI module for Apache2 LICENSE= APACHE20 USE_APACHE= 22+ +USES= cpe +CPE_VENDOR= apache HAS_CONFIGURE= yes CONFIGURE_SCRIPT= configure.apxs |