e0aa6dd927
PR: ports/142662 Submitted by: myself (pgollucci@) Approved by: vvelox@vvelox.net (maintainer)
24 lines
564 B
Makefile
24 lines
564 B
Makefile
# New ports collection makefile for: p5-Net-LDAP-AutoDNs
|
|
# Date created: 2008-06-24
|
|
# Whom: Zane C, Bowers <vvelox@vvelox.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Net-LDAP-AutoDNs
|
|
PORTVERSION= 0.1.0
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= ../../authors/id/V/VV/VVELOX
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= vvelox@vvelox.net
|
|
COMMENT= Automatically make some default decisions some LDAP DNs and scopes
|
|
|
|
RUN_DEPENDS= ${SITE_PERL}/mach/BSD/Sysctl.pm:${PORTSDIR}/sysutils/p5-BSD-Sysctl
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Net::LDAP::AutoDNs.3
|
|
|
|
.include <bsd.port.mk>
|