freebsd-ports/devel/p5-constant-lexical/Makefile
Martin Wilke be508ddfb7 - Update to 2.0001
- Pass maintainership to perl

PR:		164119
Submitted by:	Gea-Suan Lin <gslin@gslin.org> (maintainer)
2012-01-14 19:12:24 +00:00

24 lines
513 B
Makefile

# New ports collection makefile for: p5-constant-lexical
# Date created: 2008-11-16
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= constant-lexical
PORTVERSION= 2.0001
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:SPROUT
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl pragma to declare lexical compile-time constants
RUN_DEPENDS= p5-Sub-Delete>=0:${PORTSDIR}/devel/p5-Sub-Delete
PERL_CONFIGURE= yes
MAN3= constant::lexical.3
.include <bsd.port.mk>