diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-04-27 02:14:42 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-04-27 02:14:42 +0800 |
commit | 46fd89a3d770ac2f02d424ac3b3de90a100f4abd (patch) | |
tree | 52990d926d0eb4a44c9369e95324ea1bf52d9b8d /www | |
parent | df4f5c019baf8a908171df9e300bf1d66b733258 (diff) | |
download | freebsd-ports-gnome-46fd89a3d770ac2f02d424ac3b3de90a100f4abd.tar.gz freebsd-ports-gnome-46fd89a3d770ac2f02d424ac3b3de90a100f4abd.tar.zst freebsd-ports-gnome-46fd89a3d770ac2f02d424ac3b3de90a100f4abd.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} |