1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/devel/p5-Sub-Uplevel/Makefile
2013-10-31 07:36:25 +00:00

18 lines
373 B
Makefile

# 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>