diff options
Diffstat (limited to 'net/p5-Net-LDAP-LDAPhash/Makefile')
-rw-r--r-- | net/p5-Net-LDAP-LDAPhash/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/net/p5-Net-LDAP-LDAPhash/Makefile b/net/p5-Net-LDAP-LDAPhash/Makefile new file mode 100644 index 000000000000..9e38be6c3535 --- /dev/null +++ b/net/p5-Net-LDAP-LDAPhash/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: p5-Net-LDAP-LDAPhash +# Date created: 2008-02-13 +# Whom: Zane C, Bowers <vvelox@vvelox.net> +# +# $FreeBSD$ +# + +PORTNAME= Net-LDAP-LDAPhash +PORTVERSION= 1.0.1 +CATEGORIES= net perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= vvelox@vvelox.net +COMMENT= Make a hash out or the return from a search using Net::LDAP::Search + +PERL_CONFIGURE= yes + +MAN3= Net::LDAP::LDAPhash.3 + +.include <bsd.port.mk> |