blob: 07327b2d03f7591f0c1ade6155f28dfd4b565af7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
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>
|