mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
600be67974
Test::Sys::Info is a centralized test suite for Sys::Info Drivers. WWW: http://search.cpan.org/dist/Test-Sys-Info/
26 lines
565 B
Makefile
26 lines
565 B
Makefile
# New ports collection makefile for: p5-Test-Sys-Info
|
|
# Date created: 2011-10-09
|
|
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Test-Sys-Info
|
|
PORTVERSION= 0.20
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Centralized test suite for Sys::Info
|
|
|
|
TEST_DEPENDS= p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \
|
|
p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Test::Sys::Info.3 \
|
|
Test::Sys::Info::Driver.3
|
|
|
|
.include <bsd.port.mk>
|