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/Makefile | |
parent | f13776ce4aceb44e4a88c9c6417beb9f2e7cf55b (diff) |
Notes
Diffstat (limited to 'security/p5-Authen-Simple/Makefile')
-rw-r--r-- | security/p5-Authen-Simple/Makefile | 17 |
1 files changed, 8 insertions, 9 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> |