freebsd-ports/devel/p5-Devel-LexAlias/Makefile
Po-Chien Lin 844e31a28d - Update MAINTAINER email address for all my ports
- Convert Makefile header to new style if needed

Approved by:	swills (mentor)
2013-02-13 06:04:08 +00:00

23 lines
451 B
Makefile

# Created by: Ying-Chieh Chen
# $FreeBSD$
PORTNAME= Devel-LexAlias
PORTVERSION= 0.05
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= pclin@FreeBSD.org
COMMENT= A perl module which does alias lexical variables
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
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.mk>