mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
365f70a6aa
Approved by: portmgr (blanket infrastructure)
21 lines
396 B
Makefile
21 lines
396 B
Makefile
# Created by: Mons Anderson <mons@cpan.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= constant-def
|
|
PORTVERSION= 0.01
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= mons@cpan.org
|
|
COMMENT= Declare only undeclared constants
|
|
|
|
BUILD_DEPENDS= p5-ex-lib>=0.06:${PORTSDIR}/devel/p5-ex-lib
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|