freebsd-ports/devel/p5-constant-def/Makefile
Martin Wilke aad50dbb70 Perl pragma to declare previously undeclared constants
WWW:	http://search.cpan.org/dist/constant-def/

PR:		ports/136963
Submitted by:	Mons Anderson <mons at cpan.org>
2009-07-28 18:18:45 +00:00

23 lines
454 B
Makefile

# New ports collection makefile for: p5-constant-def
# Date created: 2009-07-21
# Whom: Mons Anderson <mons@cpan.org>
#
# $FreeBSD$
#
PORTNAME= constant-def
PORTVERSION= 0.01
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= mons@cpan.org
COMMENT= Declare only undeclared constants
RUN_DEPENDS= p5-ex-lib>=0.06:${PORTSDIR}/devel/p5-ex-lib
PERL_CONFIGURE= yes
MAN3= constant::def.3 constant::abs.3
.include <bsd.port.mk>