blob: c071c15aa35bf1197a3c7ad9beb435df0ab21ed7 (
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
|
# Created by: Mahlon E. Smith <mahlon@martini.nu>
# $FreeBSD$
PORTNAME= BSD-Jail-Object
PORTVERSION= 0.02
PORTREVISION= 4
CATEGORIES= sysutils perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= mahlon@martini.nu
COMMENT= Object oriented perl interface to jail(2)
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Inline>=0.44:devel/p5-Inline \
p5-Inline-C>=0.44:devel/p5-Inline-C
RUN_DEPENDS:= ${BUILD_DEPENDS}
MAKE_JOBS_UNSAFE= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|