aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Sub-Uplevel/Makefile
blob: 628c11ea09d42fe507a0a89c97b9df241b734b94 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: Erwin Lansing <erwin@FreeBSD.org>
# $FreeBSD$

PORTNAME=	Sub-Uplevel
PORTVERSION=	0.2400
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-
DISTNAME=	${PORTNAME}-${PORTVERSION:C/00$//}

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Sub::Uplevel - apparently run a function in a higher stack frame

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>