2002-08-08 15:23:01 +02:00
|
|
|
# New ports collection makefile for: p5-Safe-Hole
|
|
|
|
# Date created: 3 July 2002
|
|
|
|
# Whom: Seth Kingsley <sethk@meowfishies.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Safe-Hole
|
2005-03-10 09:49:44 +01:00
|
|
|
PORTVERSION= 0.10
|
2002-08-08 15:23:01 +02:00
|
|
|
CATEGORIES= security perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2002-08-08 15:23:01 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2005-03-10 09:49:44 +01:00
|
|
|
MAINTAINER= sethk@meowfishies.com
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= Make a hole to the original main compartment in the Safe compartment
|
2002-08-08 15:23:01 +02:00
|
|
|
|
2005-03-10 09:49:44 +01:00
|
|
|
PERL_CONFIGURE= yes
|
2005-02-28 05:06:46 +01:00
|
|
|
|
2005-03-10 09:49:44 +01:00
|
|
|
MAN3= Safe::Hole.3
|
2002-08-08 15:23:01 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|