aboutsummaryrefslogtreecommitdiff
path: root/www/p5-RT-Authen-ExternalAuth
diff options
context:
space:
mode:
authorMatthew Seaman <matthew@FreeBSD.org>2013-08-01 22:04:01 +0000
committerMatthew Seaman <matthew@FreeBSD.org>2013-08-01 22:04:01 +0000
commit1d0998fe999d648e0f53d04c66cc2a235e3c50da (patch)
tree17e9fe81c442463e41980a396240162709c2c892 /www/p5-RT-Authen-ExternalAuth
parent9ab6ddbd028cd223956c9c126491301b17dd6d15 (diff)
downloadports-1d0998fe999d648e0f53d04c66cc2a235e3c50da.tar.gz
ports-1d0998fe999d648e0f53d04c66cc2a235e3c50da.zip
Convert all my perl-using ports to USES+=perl5
While here: - add USES+=shebangfix to ports-mgmt/p5-FreeBSD-Portindex - set $PERL in CONFIGURE_ENV to achieve equivalent to shebangfix for www/rt40 - upgrade to 0.17 and fix pkg-plist for www/p5-RT-Authen-ExternalAuth - trim Makefile header for www/p5-RTx-Calendar
Notes
Notes: svn path=/head/; revision=324134
Diffstat (limited to 'www/p5-RT-Authen-ExternalAuth')
-rw-r--r--www/p5-RT-Authen-ExternalAuth/Makefile10
-rw-r--r--www/p5-RT-Authen-ExternalAuth/distinfo4
2 files changed, 9 insertions, 5 deletions
diff --git a/www/p5-RT-Authen-ExternalAuth/Makefile b/www/p5-RT-Authen-ExternalAuth/Makefile
index e892006c7984..ac12a6c8a2c0 100644
--- a/www/p5-RT-Authen-ExternalAuth/Makefile
+++ b/www/p5-RT-Authen-ExternalAuth/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= RT-Authen-ExternalAuth
-DISTVERSION= 0.13
+DISTVERSION= 0.17
CATEGORIES= www net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -17,7 +17,8 @@ BUILD_DEPENDS= p5-perl-ldap>0:${PORTSDIR}/net/p5-perl-ldap \
p5-Net-SSLeay>0:${PORTSDIR}/security/p5-Net-SSLeay
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES+= perl5
+USE_PERL5= configure
OPTIONS_DEFINE= RT38
RT38_DESC= Install for rt-3.8.x (default rt-4.0.x)
@@ -34,8 +35,11 @@ BUILD_DEPENDS+= ${LOCALBASE}/bin/rt:${PORTSDIR}/www/rt${RT_VER}
RUN_DEPENDS+= ${LOCALBASE}/bin/rt:${PORTSDIR}/www/rt${RT_VER}
MAN3PREFIX= ${PREFIX}
+MAN3= RT::Authen::ExternalAuth.3 \
+ RT::Authen::ExternalAuth::DBI.3 \
+ RT::Authen::ExternalAuth::DBI::Cookie.3 \
+ RT::Authen::ExternalAuth::LDAP.3
-MAN3= RT::Authen::ExternalAuth.3
PLIST_SUB+= RTHOME=share/rt${RT_VER}
# Note: You can install using an arbitrary $PREFIX but only if it
diff --git a/www/p5-RT-Authen-ExternalAuth/distinfo b/www/p5-RT-Authen-ExternalAuth/distinfo
index 5ea13082a32e..6f527fab3096 100644
--- a/www/p5-RT-Authen-ExternalAuth/distinfo
+++ b/www/p5-RT-Authen-ExternalAuth/distinfo
@@ -1,2 +1,2 @@
-SHA256 (RT-Authen-ExternalAuth-0.13.tar.gz) = 21be722f1ac87238375325092e661f8e714b219c9d286cea3d1cfe415ef768d0
-SIZE (RT-Authen-ExternalAuth-0.13.tar.gz) = 64892
+SHA256 (RT-Authen-ExternalAuth-0.17.tar.gz) = cd12c0c223c4cd4588feb5de76eb234ab62c6cbc865f3f82249f0023c21f5aca
+SIZE (RT-Authen-ExternalAuth-0.17.tar.gz) = 68960