diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-11-04 09:57:54 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-11-04 09:57:54 +0000 |
commit | f235d21f2b8b139d1417c60634d1b92555fccebc (patch) | |
tree | ef5e86f1b46d8924566a25eb552952961d7a14a6 /www/p5-Catalyst-Plugin-Session-Store-Memcached | |
parent | 284265c537f02a1d864aa7608e88d1e8547998d5 (diff) | |
download | ports-f235d21f2b8b139d1417c60634d1b92555fccebc.tar.gz ports-f235d21f2b8b139d1417c60634d1b92555fccebc.zip |
- support STAGEDIR
- add LICENSE
Notes
Notes:
svn path=/head/; revision=332678
Diffstat (limited to 'www/p5-Catalyst-Plugin-Session-Store-Memcached')
-rw-r--r-- | www/p5-Catalyst-Plugin-Session-Store-Memcached/Makefile | 6 | ||||
-rw-r--r-- | www/p5-Catalyst-Plugin-Session-Store-Memcached/pkg-plist | 1 |
2 files changed, 4 insertions, 3 deletions
diff --git a/www/p5-Catalyst-Plugin-Session-Store-Memcached/Makefile b/www/p5-Catalyst-Plugin-Session-Store-Memcached/Makefile index 6ed635facd26..ed09751ccfda 100644 --- a/www/p5-Catalyst-Plugin-Session-Store-Memcached/Makefile +++ b/www/p5-Catalyst-Plugin-Session-Store-Memcached/Makefile @@ -10,6 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Memcached storage backend for session data +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Cache-Memcached-Managed>=0:${PORTSDIR}/databases/p5-Cache-Memcached-Managed \ p5-Catalyst-Plugin-Session>=0.26:${PORTSDIR}/www/p5-Catalyst-Plugin-Session \ p5-Catalyst-Runtime>=0:${PORTSDIR}/www/p5-Catalyst-Runtime \ @@ -23,7 +26,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Catalyst::Plugin::Session::Store::Memcached.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/www/p5-Catalyst-Plugin-Session-Store-Memcached/pkg-plist b/www/p5-Catalyst-Plugin-Session-Store-Memcached/pkg-plist index ddfc3bc19c52..649f2ae94082 100644 --- a/www/p5-Catalyst-Plugin-Session-Store-Memcached/pkg-plist +++ b/www/p5-Catalyst-Plugin-Session-Store-Memcached/pkg-plist @@ -1,5 +1,6 @@ %%SITE_PERL%%/Catalyst/Plugin/Session/Store/Memcached.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/Session/Store/Memcached/.packlist +%%PERL5_MAN3%%/Catalyst::Plugin::Session::Store::Memcached.3.gz @dirrmtry %%SITE_PERL%%/Catalyst/Plugin/Session/Store @dirrmtry %%SITE_PERL%%/Catalyst/Plugin/Session @dirrmtry %%SITE_PERL%%/Catalyst/Plugin |