aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/p5-BSD-Jail-Object/Makefile
blob: 0786276fb2dc3bac7f9330e37812572626b34bb6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 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

MAKE_JOBS_UNSAFE=   yes

PERL_CONFIGURE= yes

MAN3=       BSD::Jail::Object.3

.include <bsd.port.mk>