freebsd-ports/sysutils/p5-BSD-Jail-Object/Makefile
Marcelo Araujo 4aaab89f57 - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.
PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
2008-04-17 14:30:31 +00:00

30 lines
625 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= 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.pre.mk>
.if ${OSVERSION} < 503100 # ref: jail.h v1.17
IGNORE= require xprison structure defined
.endif
.include <bsd.port.post.mk>