1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/devel/p5-Devel-LexAlias/Makefile
Cheng-Lung Sung bcbbd38d15 Add p5-Devel-LexAlias 0.04, a perl module which does alias lexical
variables.

PR:		ports/100094
Submitted by:	Ying-Chieh Chen
2006-07-13 02:34:51 +00:00

33 lines
697 B
Makefile

# ex:ts=8
# Ports collection makefile for: Devel-LexAlias
# Date created: Jul. 12, 2006
# Whom: Ying-Chieh Chen
#
# $FreeBSD$
#
PORTNAME= Devel-LexAlias
PORTVERSION= 0.04
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Devel
PKGNAMEPREFIX= p5-
MAINTAINER= yinjieh@csie.nctu.edu.tw
COMMENT= A perl module which does alias lexical variables
BUILD_DEPENDS= p5-Devel-Caller>=0.03:${PORTSDIR}/devel/p5-Devel-Caller
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Devel::LexAlias.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
IGNORE= requires perl 5.8.0 or later. Install lang/perl5.8 then try again
.endif
.include <bsd.port.post.mk>