freebsd-ports/sysutils/p5-BSD-Jail-Object/Makefile
Rong-En Fan 92c34fbe60 - Fix build after multi-IPv4/v6/no-IP jail MFC
PR:		ports/131513
Submitted by:	bz@
Approved by:	maintainer timeout (1 month)
2009-03-22 06:42:48 +00:00

25 lines
511 B
Makefile

# New ports collection makefile for: sysutils/p5-BSD-Jail-Object
# Date created: 2006-08-07
# Whom: Mahlon E. Smith <mahlon@martini.nu>
#
# $FreeBSD$
#
PORTNAME= BSD-Jail-Object
PORTVERSION= 0.02
PORTREVISION= 1
CATEGORIES= sysutils perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= mahlon@martini.nu
COMMENT= An object oriented perl interface to jail(2)
BUILD_DEPENDS=\
${SITE_PERL}/Inline.pm:${PORTSDIR}/devel/p5-Inline
PERL_CONFIGURE= 5.8.6+
MAN3= BSD::Jail::Object.3
.include <bsd.port.mk>