22 lines
418 B
Makefile
22 lines
418 B
Makefile
|
# New ports collection makefile for: p5-Net-LDAP-Express
|
||
|
# Date created: 2008-03-07
|
||
|
# Whom: Zane C, Bowers <vvelox@vvelox.net>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= Net-LDAP-Express
|
||
|
PORTVERSION= 0.11
|
||
|
CATEGORIES= net perl5
|
||
|
MASTER_SITES= CPAN
|
||
|
PKGNAMEPREFIX= p5-
|
||
|
|
||
|
MAINTAINER= vvelox@vvelox.net
|
||
|
COMMENT= A module to simplify connecting up to a LDAP server
|
||
|
|
||
|
PERL_CONFIGURE= yes
|
||
|
|
||
|
MAN3= Net::LDAP::Express.3
|
||
|
|
||
|
.include <bsd.port.mk>
|