28 lines
638 B
Makefile
28 lines
638 B
Makefile
|
# 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>
|