diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-07-30 21:13:05 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-07-30 21:13:05 +0800 |
commit | d774927b052068937f1526cc5ff42a5e35106ab7 (patch) | |
tree | 8efacdbf0691b20065bec2b54fae6c8c434fa8f1 /www | |
parent | 421f34ce81b6b75d052817deae85bdd3efa44cc5 (diff) | |
download | freebsd-ports-gnome-d774927b052068937f1526cc5ff42a5e35106ab7.tar.gz freebsd-ports-gnome-d774927b052068937f1526cc5ff42a5e35106ab7.tar.zst freebsd-ports-gnome-d774927b052068937f1526cc5ff42a5e35106ab7.zip |
Add LICENSE_FILE
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Apache-AuthCookie/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/p5-Apache-AuthCookie/Makefile b/www/p5-Apache-AuthCookie/Makefile index 6dc6a81aa4a8..0f72ceb076f5 100644 --- a/www/p5-Apache-AuthCookie/Makefile +++ b/www/p5-Apache-AuthCookie/Makefile @@ -12,6 +12,7 @@ COMMENT= Perl module to provide custom forms for reauthentication LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${APACHE_PKGNAMEPREFIX}mod_perl2>=1.39:www/mod_perl2 \ p5-Class-Load>=0.03:devel/p5-Class-Load \ |