diff options
author | paul <paul@FreeBSD.org> | 2001-04-17 06:11:18 +0800 |
---|---|---|
committer | paul <paul@FreeBSD.org> | 2001-04-17 06:11:18 +0800 |
commit | e17e8b073d7056478f355e8640b35b923643717f (patch) | |
tree | 0a0a46452fb083517f5b94e6d1970c52db16b5e3 /net/perldap/Makefile | |
parent | e83b80c81ad38d9c2709006c085ba6e3c835bf46 (diff) | |
download | freebsd-ports-gnome-e17e8b073d7056478f355e8640b35b923643717f.tar.gz freebsd-ports-gnome-e17e8b073d7056478f355e8640b35b923643717f.tar.zst freebsd-ports-gnome-e17e8b073d7056478f355e8640b35b923643717f.zip |
Upgrade to version 1.4.1
Diffstat (limited to 'net/perldap/Makefile')
-rw-r--r-- | net/perldap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/perldap/Makefile b/net/perldap/Makefile index d5beb01b17ed..cac64c7b6ee0 100644 --- a/net/perldap/Makefile +++ b/net/perldap/Makefile @@ -6,7 +6,7 @@ # PORTNAME= perldap -PORTVERSION= 1.4 +PORTVERSION= 1.4.1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_MOZILLA} MASTER_SITE_SUBDIR= directory/perldap @@ -16,7 +16,7 @@ MAINTAINER= paul@FreeBSD.org LIB_DEPENDS= ldap.1:${PORTSDIR}/net/ldapsdk -WRKSRC= ${WRKDIR}/perldap-1.4 +WRKSRC= ${WRKDIR}/$(PORTNAME)-$(PORTVERSION) MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Mozilla::LDAP::Conn.3 \ Mozilla::LDAP::LDIF.3 \ |