blob: 8b2b108285a17d28a13ea863a2042450cab7ad34 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: p5-Sub-Uplevel
# Date created: January 27th 2003
# Whom: 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
PERL_CONFIGURE= yes
MAN3= Sub::Uplevel.3
.include <bsd.port.mk>
|