diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-04-20 19:04:02 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-04-20 19:04:02 +0000 |
commit | df77231a4eb3e37bceb5509e02e2d9ad5fca9688 (patch) | |
tree | 462975e01e2cbaa8277ccf97e90dadee20032a51 /security/p5-Authen-Simple | |
parent | f13776ce4aceb44e4a88c9c6417beb9f2e7cf55b (diff) | |
download | ports-df77231a4eb3e37bceb5509e02e2d9ad5fca9688.tar.gz ports-df77231a4eb3e37bceb5509e02e2d9ad5fca9688.zip |
Notes
Diffstat (limited to 'security/p5-Authen-Simple')
-rw-r--r-- | security/p5-Authen-Simple/Makefile | 17 | ||||
-rw-r--r-- | security/p5-Authen-Simple/distinfo | 4 | ||||
-rw-r--r-- | security/p5-Authen-Simple/pkg-plist | 5 |
3 files changed, 14 insertions, 12 deletions
diff --git a/security/p5-Authen-Simple/Makefile b/security/p5-Authen-Simple/Makefile index 32cfc4000a79..3770c3948c14 100644 --- a/security/p5-Authen-Simple/Makefile +++ b/security/p5-Authen-Simple/Makefile @@ -6,13 +6,12 @@ # PORTNAME= Authen-Simple -PORTVERSION= 0.4 -PORTREVISION= 2 +PORTVERSION= 0.5 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Simple authentication framework BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ @@ -21,13 +20,13 @@ BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_MODBUILD= yes +PERL_CONFIGURE= yes -MAN3= Authen::Simple.3 \ - Authen::Simple::Adapter.3 \ - Authen::Simple::Apache.3 \ - Authen::Simple::Log.3 \ - Authen::Simple::Password.3 +MAN3= Authen::Simple.3 \ + Authen::Simple::Adapter.3 \ + Authen::Simple::Apache.3 \ + Authen::Simple::Log.3 \ + Authen::Simple::Password.3 .include <bsd.port.pre.mk> diff --git a/security/p5-Authen-Simple/distinfo b/security/p5-Authen-Simple/distinfo index 0d9ba06b60d0..5683e2fb603f 100644 --- a/security/p5-Authen-Simple/distinfo +++ b/security/p5-Authen-Simple/distinfo @@ -1,2 +1,2 @@ -SHA256 (Authen-Simple-0.4.tar.gz) = be57f93ee087b86cb359796a86f48922b7a27300714b3070f16971b206eb8b05 -SIZE (Authen-Simple-0.4.tar.gz) = 8304 +SHA256 (Authen-Simple-0.5.tar.gz) = 02cddab47f8bf1a1cbd4c9bf8d258f6d05111499c33f8315e7244812f72613aa +SIZE (Authen-Simple-0.5.tar.gz) = 24613 diff --git a/security/p5-Authen-Simple/pkg-plist b/security/p5-Authen-Simple/pkg-plist index 3071a14ce48e..a87022e85089 100644 --- a/security/p5-Authen-Simple/pkg-plist +++ b/security/p5-Authen-Simple/pkg-plist @@ -3,5 +3,8 @@ %%SITE_PERL%%/Authen/Simple/Apache.pm %%SITE_PERL%%/Authen/Simple/Log.pm %%SITE_PERL%%/Authen/Simple/Password.pm -@dirrm %%SITE_PERL%%/Authen/Simple +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/Simple/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/Simple +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen +@dirrmtry %%SITE_PERL%%/Authen/Simple @dirrmtry %%SITE_PERL%%/Authen |