freebsd-ports/sysutils/p5-BSD-Jail-Object/Makefile
Mark Linimon 9839011ec3 Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr
2007-09-08 01:12:10 +00:00

31 lines
694 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
CATEGORIES= sysutils perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/M/MA/MAHLON
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.pre.mk>
.if ${OSVERSION} < 503100 # ref: jail.h v1.17
IGNORE= require xprison structure defined
.endif
.include <bsd.port.post.mk>