diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-04-20 02:35:24 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-04-20 02:35:24 +0800 |
commit | 4022876b1b881b0bf3df5101ee6ee3554a828ba8 (patch) | |
tree | 1046feab053e79eef9f497a5d499b53ed7f977a1 /security | |
parent | 64a358d469b15c6e2fa99113b48732b047780d19 (diff) | |
download | freebsd-ports-gnome-4022876b1b881b0bf3df5101ee6ee3554a828ba8.tar.gz freebsd-ports-gnome-4022876b1b881b0bf3df5101ee6ee3554a828ba8.tar.zst freebsd-ports-gnome-4022876b1b881b0bf3df5101ee6ee3554a828ba8.zip |
- Update to 0.3
- Take maintainership
Changes: http://search.cpan.org/dist/Authen-Simple-LDAP/Changes
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Authen-Simple-LDAP/Makefile | 13 | ||||
-rw-r--r-- | security/p5-Authen-Simple-LDAP/distinfo | 4 | ||||
-rw-r--r-- | security/p5-Authen-Simple-LDAP/pkg-plist | 4 |
3 files changed, 13 insertions, 8 deletions
diff --git a/security/p5-Authen-Simple-LDAP/Makefile b/security/p5-Authen-Simple-LDAP/Makefile index da357dc2a169..962cbc94ef99 100644 --- a/security/p5-Authen-Simple-LDAP/Makefile +++ b/security/p5-Authen-Simple-LDAP/Makefile @@ -6,20 +6,21 @@ # PORTNAME= Authen-Simple-LDAP -PORTVERSION= 0.2 +PORTVERSION= 0.3 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Simple LDAP authentication -BUILD_DEPENDS= ${SITE_PERL}/Authen/Simple.pm:${PORTSDIR}/security/p5-Authen-Simple \ - ${SITE_PERL}/Net/LDAP.pm:${PORTSDIR}/net/p5-perl-ldap +BUILD_DEPENDS= p5-Authen-Simple>=0:${PORTSDIR}/security/p5-Authen-Simple \ + p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap RUN_DEPENDS:= ${BUILD_DEPENDS} -MAN3= Authen::Simple::LDAP.3 Authen::Simple::ActiveDirectory.3 +PERL_CONFIGURE= yes -PERL_MODBUILD= yes +MAN3= Authen::Simple::ActiveDirectory.3 \ + Authen::Simple::LDAP.3 .include <bsd.port.mk> diff --git a/security/p5-Authen-Simple-LDAP/distinfo b/security/p5-Authen-Simple-LDAP/distinfo index 46414d13a29f..072b07347739 100644 --- a/security/p5-Authen-Simple-LDAP/distinfo +++ b/security/p5-Authen-Simple-LDAP/distinfo @@ -1,2 +1,2 @@ -SHA256 (Authen-Simple-LDAP-0.2.tar.gz) = 85b0ab52cbc8419c08d096ff625a7cddd8b36bd16095a4f3ae0dc42373d766a0 -SIZE (Authen-Simple-LDAP-0.2.tar.gz) = 4328 +SHA256 (Authen-Simple-LDAP-0.3.tar.gz) = 9c79d515240d927ecf848587b5c2bb91564e390278b7386f6f77d3d6bf8aa881 +SIZE (Authen-Simple-LDAP-0.3.tar.gz) = 20956 diff --git a/security/p5-Authen-Simple-LDAP/pkg-plist b/security/p5-Authen-Simple-LDAP/pkg-plist index fbc37b3cfde6..8ce31fc6accc 100644 --- a/security/p5-Authen-Simple-LDAP/pkg-plist +++ b/security/p5-Authen-Simple-LDAP/pkg-plist @@ -1,4 +1,8 @@ %%SITE_PERL%%/Authen/Simple/ActiveDirectory.pm %%SITE_PERL%%/Authen/Simple/LDAP.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/Simple/LDAP/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/Simple/LDAP +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/Simple +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen @dirrmtry %%SITE_PERL%%/Authen/Simple @dirrmtry %%SITE_PERL%%/Authen |