4335b9bfe0
- Trim header Reported by: poudriere exp-run
22 lines
426 B
Makefile
22 lines
426 B
Makefile
# 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
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= BSD::Jail::Object.3
|
|
|
|
.include <bsd.port.mk>
|