diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-11-05 18:01:36 +0000 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-11-05 18:01:36 +0000 |
commit | c31a2f109ee8f092e041bdb44b5c268daf7963d3 (patch) | |
tree | 6a453a69d05b1c3ded5f3adef9a8f6f29827f5e0 | |
parent | a68ac675d558047d13d4adce29243a39759281de (diff) | |
download | FreeBSD-ports-c31a2f109ee8f092e041bdb44b5c268daf7963d3.zip FreeBSD-ports-c31a2f109ee8f092e041bdb44b5c268daf7963d3.tar.gz |
- Add LICENSE
Approved by: portmgr (blanket)
-rw-r--r-- | www/apache22/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/apache22/Makefile b/www/apache22/Makefile index b166f54..eb7e55c 100644 --- a/www/apache22/Makefile +++ b/www/apache22/Makefile @@ -11,6 +11,9 @@ DIST_SUBDIR= apache22 MAINTAINER?= apache@FreeBSD.org COMMENT?= Version 2.2.x of Apache web server with ${WITH_MPM} MPM +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + LIB_DEPENDS= libexpat.so:textproc/expat2 \ libapr-1.so:devel/apr1 \ libpcre.so:devel/pcre |