5aa33ab5cf
Approved by: portmgr (blanket infrastructure)
25 lines
736 B
Makefile
25 lines
736 B
Makefile
# Created by: Takuya Tsuchida <tsucchi@cpan.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Test-Module-Used
|
|
PORTVERSION= 0.2.3
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:TSUCCHI
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= tsucchi@cpan.org
|
|
COMMENT= Test required module is really used and vice versa
|
|
|
|
RUN_DEPENDS= p5-CPAN-Meta>=2.102400:${PORTSDIR}/devel/p5-CPAN-Meta \
|
|
p5-List-MoreUtils>=0.24:${PORTSDIR}/lang/p5-List-MoreUtils \
|
|
p5-Module-CoreList>=2.18:${PORTSDIR}/devel/p5-Module-CoreList \
|
|
p5-Module-Used>=v1.2.0:${PORTSDIR}/devel/p5-Module-Used \
|
|
p5-PPI>=1.205:${PORTSDIR}/textproc/p5-PPI \
|
|
p5-version>=0.77:${PORTSDIR}/devel/p5-version
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|