bsd-jail-object/freebsd-port/p5-BSD-Jail-Object/Makefile
branchperl-modules
changeset 0 315eb12b224b
equal deleted inserted replaced
-1:000000000000 0:315eb12b224b
       
     1 # New ports collection makefile for:	sysutils/p5-BSD-Jail-Object
       
     2 # Date created:		2006-08-07
       
     3 # Whom:			Mahlon E. Smith <mahlon@martini.nu>
       
     4 #
       
     5 # $FreeBSD$
       
     6 #
       
     7 
       
     8 PORTNAME=	BSD-Jail-Object
       
     9 PORTVERSION=	0.02
       
    10 PORTREVISION=	1
       
    11 CATEGORIES=	sysutils perl5
       
    12 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
       
    13 MASTER_SITE_SUBDIR= ../../authors/id/M/MA/MAHLON
       
    14 PKGNAMEPREFIX=	p5-
       
    15 
       
    16 MAINTAINER=	mahlon@martini.nu
       
    17 COMMENT=	An object oriented perl interface to jail(2)
       
    18 
       
    19 BUILD_DEPENDS=\                                                                                                                           
       
    20         ${SITE_PERL}/Inline.pm:${PORTSDIR}/devel/p5-Inline                                                                                
       
    21                                                                                                                                           
       
    22 PERL_CONFIGURE= yes                                                                                                                       
       
    23                                                                                                                                           
       
    24 MAN3=           BSD::Jail::Object.3                                                                                                       
       
    25                                                                                                                                           
       
    26 .include <bsd.port.pre.mk>                                                                                                                
       
    27                                                                                                                                           
       
    28 .if ${PERL_LEVEL} < 500806                                                                                                                
       
    29 IGNORE=         requires perl 5.8.6 or later. Install lang/perl5.8 then try again                                                         
       
    30 .endif                                                                                                                                    
       
    31                                                                                                                                           
       
    32 .if ${OSVERSION} < 503100 # ref: jail.h v1.17                                                                                             
       
    33 IGNORE=         require xprison structure defined                                                                                         
       
    34 .endif                                                                                                                                    
       
    35                                                                                                                                           
       
    36 .include <bsd.port.post.mk>