freebsd-ports/devel/p5-Test-Compile/Makefile
Sylvio Cesar Teixeira 11872c006e - Update to 0.13
PR:		ports/145764
Submitted by:	Cezary Morga <cm@therek.net> (maintainer)
Approved by:	itetcu (mentor, implicit)
2010-04-17 19:46:44 +00:00

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>