PR: ports/145764 Submitted by: Cezary Morga <cm@therek.net> (maintainer) Approved by: itetcu (mentor, implicit)
27 lines
728 B
Makefile
27 lines
728 B
Makefile
# New ports collection makefile for: p5-Test-Compile
|
|
# Date created: March 8th 2009
|
|
# Whom: Cezary Morga <cm@therek.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Test-Compile
|
|
PORTVERSION= 0.13
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= cm@therek.net
|
|
COMMENT= Check whether Perl module files compile correctly
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/Devel/CheckOS.pm:${PORTSDIR}/devel/p5-Devel-CheckOS \
|
|
${SITE_PERL}/Test/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Test-Pod-Coverage \
|
|
${SITE_PERL}/UNIVERSAL/require.pm:${PORTSDIR}/devel/p5-UNIVERSAL-require \
|
|
${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= YES
|
|
|
|
MAN3= Test::Compile.3
|
|
|
|
.include <bsd.port.mk>
|