aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-constant-def/Makefile
blob: b0d728e01cc9a10366aa72b9f4228653eed2c9b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Mons Anderson <mons@cpan.org>
# $FreeBSD$

PORTNAME=	constant-def
PORTVERSION=	0.01
PORTREVISION=	2
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	mons@cpan.org
COMMENT=	Declare only undeclared constants

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-ex-lib>=0.06:devel/p5-ex-lib

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>