diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-04-26 18:14:42 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-04-26 18:14:42 +0000 |
commit | 63d2a7db4da3d5128660cedc43f47b7549305271 (patch) | |
tree | 52990d926d0eb4a44c9369e95324ea1bf52d9b8d /www | |
parent | e1386dec13d7e0534aa1c171ae1fc7e36aed9e96 (diff) | |
download | freebsd-ports-63d2a7db4da3d5128660cedc43f47b7549305271.zip |
- Add LICENSE
- Pass maintainership to submitter
PR: ports/188804
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Apache-Session-SQLite3/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/p5-Apache-Session-SQLite3/Makefile b/www/p5-Apache-Session-SQLite3/Makefile index d5f9e5125ad2..52d4aa271277 100644 --- a/www/p5-Apache-Session-SQLite3/Makefile +++ b/www/p5-Apache-Session-SQLite3/Makefile @@ -7,9 +7,12 @@ CATEGORIES= www databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Use DBD::SQLite 1.x for Apache::Session storage +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Apache-Session>=0:${PORTSDIR}/www/p5-Apache-Session \ p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite RUN_DEPENDS:= ${BUILD_DEPENDS} |