aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Pod-Tests/Makefile
blob: e5d0c271b317a95717492d41c23b52e13a39a44b (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
27
# New ports collection makefile for:    Pod-Tests
# Date created:             20 Nov 2005
# Whom:                 Aaron Dalton <aaron@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   Pod-Tests
PORTVERSION=    0.18
CATEGORIES= devel perl5
MASTER_SITES=   ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Pod
PKGNAMEPREFIX=  p5-

MAINTAINER= aaron@FreeBSD.org
COMMENT=    Extracts embedded tests and code examples from POD

BUILD_DEPENDS=  ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \
        ${SITE_PERL}/Test/Simple.pm:${PORTSDIR}/devel/p5-Test-Simple
RUN_DEPENDS=    ${BUILD_DEPENDS}

MAN1=   pod2test.1
MAN3=   Pod::Tests.3

PERL_CONFIGURE= yes

.include <bsd.port.mk>