freebsd-ports/devel/p5-constant-lexical/Makefile
Martin Wilke 92074ebba4 - Update to 1.00000
PR:		140871
Submitted by:	Gea-Suan Lin <gslin@gslin.org> (maintainer)
2009-11-26 14:46:18 +00:00

25 lines
547 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= 1.00000
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/S/SP/SPROUT
PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= Perl pragma to declare lexical compile-time constants
RUN_DEPENDS= p5-Sub-Delete>0:${PORTSDIR}/devel/p5-Sub-Delete
PERL_CONFIGURE= yes
USE_PERL5= 5.8.0+
MAN3= constant::lexical.3
.include <bsd.port.mk>