diff options
author | skv <skv@FreeBSD.org> | 2005-09-29 23:48:04 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2005-09-29 23:48:04 +0800 |
commit | 13a4d27b7f5d0fee83b0ceb44722e082aad6d08c (patch) | |
tree | a5b33866885175fc296b329a2249a38e7b223901 /databases/p5-DBD-LDAP/Makefile | |
parent | 305b6be79c8461bec09eaf782bcaac79f83964cd (diff) | |
download | freebsd-ports-gnome-13a4d27b7f5d0fee83b0ceb44722e082aad6d08c.tar.gz freebsd-ports-gnome-13a4d27b7f5d0fee83b0ceb44722e082aad6d08c.tar.zst freebsd-ports-gnome-13a4d27b7f5d0fee83b0ceb44722e082aad6d08c.zip |
* update to 0.07
* change maintainer to perl@
Changes: http://search.cpan.org/src/TURNERJW/DBD-LDAP-0.07/Changes
Diffstat (limited to 'databases/p5-DBD-LDAP/Makefile')
-rw-r--r-- | databases/p5-DBD-LDAP/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/p5-DBD-LDAP/Makefile b/databases/p5-DBD-LDAP/Makefile index 81508f9d6578..ed12fd6010c5 100644 --- a/databases/p5-DBD-LDAP/Makefile +++ b/databases/p5-DBD-LDAP/Makefile @@ -6,13 +6,13 @@ # PORTNAME= DBD-LDAP -PORTVERSION= 0.06 +PORTVERSION= 0.07 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DBD PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= DBI interface for accessing LDAP servers BUILD_DEPENDS= ${SITE_PERL}/Net/LDAP.pm:${PORTSDIR}/net/p5-perl-ldap |