diff options
author | Oliver Eikemeier <eik@FreeBSD.org> | 2004-07-30 15:08:25 +0000 |
---|---|---|
committer | Oliver Eikemeier <eik@FreeBSD.org> | 2004-07-30 15:08:25 +0000 |
commit | 1d7f084eef267a56a25201943620c350ed8141d4 (patch) | |
tree | 10978ada64e9be92464b44e8ad9679dde26e3a03 /net/p5-perl-ldap/Makefile | |
parent | 7bdb2670517e33b62e353b8c351f6d5e6a413201 (diff) |
Notes
Diffstat (limited to 'net/p5-perl-ldap/Makefile')
-rw-r--r-- | net/p5-perl-ldap/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/p5-perl-ldap/Makefile b/net/p5-perl-ldap/Makefile index 8f833103194e..32c078be7c20 100644 --- a/net/p5-perl-ldap/Makefile +++ b/net/p5-perl-ldap/Makefile @@ -6,15 +6,18 @@ # PORTNAME= perl-ldap -PORTVERSION= 0.32 +PORTVERSION= ${DISTVERSION:S/.././g} CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-${DISTVERSION:S/..//g} MAINTAINER= eik@FreeBSD.org COMMENT= A Client interface to LDAP servers +DISTVERSION= 0.32..02 + BUILD_DEPENDS= ${SITE_PERL}/Convert/ASN1.pm:${PORTSDIR}/converters/p5-Convert-ASN1 \ ${SITE_PERL}/URI/ldap.pm:${PORTSDIR}/net/p5-URI \ ${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL \ |