freebsd-ports/net/p5-Net-LDAP-LDAPhash/Makefile
Marcelo Araujo 4aaab89f57 - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.
PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
2008-04-17 14:30:31 +00:00

22 lines
487 B
Makefile

# 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
MASTER_SITE_SUBDIR= ../../authors/id/V/VV/VVELOX
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>