freebsd-ports/security/p5-Authen-Libwrap/Makefile
Steve Wills e988ea0af6 - Add TEST_DEPENDS to enable testing
Approved by:	portmgr (blanket)
2012-03-07 14:40:29 +00:00

23 lines
510 B
Makefile

# New ports collection makefile for: security/p5-Authen-Libwrap
# Date created: 05 February 2006
# Whom: Zach Thompson <hideo@lastamericanempire.com>
#
# $FreeBSD$
#
PORTNAME= Authen-Libwrap
PORTVERSION= 0.22
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Authen::Libwrap - access to TCP Wrappers library
TEST_DEPENDS= p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception
PERL_MODBUILD= yes
MAN3= Authen::Libwrap.3
.include <bsd.port.mk>