aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Test-Sys-Info/Makefile
blob: e01c218bc2613267d32d4e1f0dd57c0a2ace6de1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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

USE_PERL5=  configure
USES=       perl5

MAN3=       Test::Sys::Info.3 \
        Test::Sys::Info::Driver.3

.include <bsd.port.mk>