mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-06 01:57:40 +00:00
302b9a7c36
See http://wiki.freebsd.org/Perl for details. - Change maintainership from ports@ to perl@ for ports in this changeset. - Remove MD5 checksum - Utilize CPAN macro
30 lines
835 B
Makefile
30 lines
835 B
Makefile
# New ports collection makefile for: p5-Test-Module-Used
|
|
# Date created: 2010-01-14
|
|
# Whom: 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}
|
|
|
|
PERL_CONFIGURE= yes
|
|
MAN3= Test::Module::Used.3
|
|
|
|
.include <bsd.port.mk>
|