2009-05-12 08:23:34 +02:00
|
|
|
# New ports collection makefile for: Context-Preserve
|
|
|
|
# Date created: 12 May 2009
|
|
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Context-Preserve
|
|
|
|
PORTVERSION= 0.01
|
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= CPAN
|
2011-09-08 10:36:43 +02:00
|
|
|
MASTER_SITE_SUBDIR= CPAN:JROCKWAY
|
2009-05-12 08:23:34 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2012-05-07 17:42:51 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2009-05-12 08:23:34 +02:00
|
|
|
COMMENT= Run code after a subroutine call, preserving the context the subroutine
|
|
|
|
|
2012-02-12 16:49:13 +01:00
|
|
|
TEST_DEPENDS= p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok \
|
|
|
|
p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception
|
|
|
|
|
2009-05-12 08:23:34 +02:00
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Context::Preserve.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|