freebsd-ports/devel/p5-Lexical-Var/Makefile
Andrej Zverev 76f94d3e81 Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
2012-12-17 13:36:43 +00:00

24 lines
539 B
Makefile

# New ports collection makefile for: p5-Lexical-Var
# Date created: 2012-02-24
# Whom: Steve Wills <swills@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Lexical-Var
PORTVERSION= 0.007
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module for static variables without namespace pollution
PERL_CONFIGURE= yes
MAN3= Lexical::Sub.3 Lexical::Var.3
post-patch:
@${REINPLACE_CMD} -e '/Lexical::SealRequireHints/d' ${WRKSRC}/Build.PL ${WRKSRC}/lib/Lexical/Var.pm
.include <bsd.port.mk>