aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/p5-BSD-Jail-Object/Makefile
blob: cc27dd8d11bc81c0d12950df671b3ab7067ad980 (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
# Created by: Mahlon E. Smith <mahlon@martini.nu>
# $FreeBSD$

PORTNAME=   BSD-Jail-Object
PORTVERSION=    0.02
PORTREVISION=   2
CATEGORIES= sysutils perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= mahlon@martini.nu
COMMENT=    An object oriented perl interface to jail(2)

BUILD_DEPENDS=  p5-Inline>=0:${PORTSDIR}/devel/p5-Inline

MAKE_JOBS_UNSAFE=   yes

USES=       perl5
USE_PERL5=  configure

MAN3=       BSD::Jail::Object.3

.include <bsd.port.mk>