blob: 3b98319a9827d692f50ba2d9c79ec4250f493330 (
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: 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>
|