2007-01-01 19:59:12 +01:00
|
|
|
# New ports collection makefile for: p5-Lexical-Persistence
|
|
|
|
# Date created: 01 Jan 2007
|
|
|
|
# Whom: Aaron Dalton <aaron@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Lexical-Persistence
|
2010-06-25 15:18:30 +02:00
|
|
|
PORTVERSION= 1.020
|
2007-01-01 19:59:12 +01:00
|
|
|
CATEGORIES= devel perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2007-01-01 19:59:12 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2008-11-10 11:13:31 +01:00
|
|
|
MAINTAINER= jadawin@FreeBSD.org
|
2007-01-01 19:59:12 +01:00
|
|
|
COMMENT= Persistent lexical variable values for arbitrary calls
|
|
|
|
|
|
|
|
BUILD_DEPENDS= p5-Devel-LexAlias>=0.04:${PORTSDIR}/devel/p5-Devel-LexAlias \
|
|
|
|
p5-PadWalker>=1.1:${PORTSDIR}/devel/p5-PadWalker
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2007-01-01 19:59:12 +01:00
|
|
|
|
|
|
|
MAN3= Lexical::Persistence.3
|
|
|
|
|
2011-09-17 08:49:29 +02:00
|
|
|
PERL_CONFIGURE= yes
|
2007-01-01 19:59:12 +01:00
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|