diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-05-03 11:28:13 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-05-03 11:28:13 +0000 |
commit | 4afa38b7dba431ff250c8bbf108a5b26c997c969 (patch) | |
tree | 9527759f9aefdcc86dca2c691cd820254c41532a /security/p5-Authen-Krb5/Makefile | |
parent | 944e3496e3c4e9890fb88e811d45550583847d41 (diff) | |
download | ports-4afa38b7dba431ff250c8bbf108a5b26c997c969.tar.gz ports-4afa38b7dba431ff250c8bbf108a5b26c997c969.zip |
Update to 1.5
PR: 80567
Submitted by: Renato Botelho (maintainer)
Notes
Notes:
svn path=/head/; revision=134548
Diffstat (limited to 'security/p5-Authen-Krb5/Makefile')
-rw-r--r-- | security/p5-Authen-Krb5/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/p5-Authen-Krb5/Makefile b/security/p5-Authen-Krb5/Makefile index d62ffba556bb..5c52f7eaa935 100644 --- a/security/p5-Authen-Krb5/Makefile +++ b/security/p5-Authen-Krb5/Makefile @@ -6,18 +6,19 @@ # PORTNAME= Authen-Krb5 -PORTVERSION= 1.4 +PORTVERSION= 1.5 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Authen PKGNAMEPREFIX= p5- +DISTNAME= Krb5-${PORTVERSION} MAINTAINER= freebsd@galle.com.br COMMENT= Perl extension for Kerberos 5 LIB_DEPENDS= gssapi_krb5.2:${PORTSDIR}/security/krb5 -WRKSRC= ${WRKDIR}/${PORTNAME} +#WRKSRC= ${WRKDIR}/${PORTNAME} PERL_CONFIGURE= yes |