summaryrefslogtreecommitdiff
path: root/devel/p5-constant-def/Makefile
blob: c64d72b80a0a7a8a5277595a79248ccc72aad60f (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=	p5-ex-lib>=0.06:devel/p5-ex-lib
RUN_DEPENDS:=	${BUILD_DEPENDS}

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>