freebsd-ports/devel/p5-Lexical-Alias/Makefile
Anton Berezin e3cfb502c0 Add devel/p5-Lexical-Alias 0.04, a Perl module to make a lexical
variable be an alias for another variable.
2007-03-24 20:18:25 +00:00

22 lines
463 B
Makefile

# New ports collection makefile for: devel/p5-Lexical-Alias
# Date created: 24 March 2007
# Whom: Anton Berezin <tobez@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Lexical-Alias
PORTVERSION= 0.04
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Lexical
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= Makes a lexical an alias for another variable
PERL_CONFIGURE= yes
MAN3= Lexical::Alias.3
.include <bsd.port.mk>