freebsd-ports/devel/p5-Test-Compile/Makefile
Sunpoet Po-Chuan Hsieh 0978cf700f - Update to 0.14
- Update *_DEPENDS: remove test dependency (p5-Test-Pod-Coverage)

Changes:	http://search.cpan.org/dist/Test-Compile/Changes
PR:		ports/164077
Submitted by:	sunpoet (myself)
Approved by:	Cezary Morga <cm@therek.net> (maintainer)
2012-01-15 16:02:35 +00:00

26 lines
610 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.14
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:EGILES
PKGNAMEPREFIX= p5-
MAINTAINER= cm@therek.net
COMMENT= Check whether Perl module files compile correctly
BUILD_DEPENDS= p5-Devel-CheckOS>=0:${PORTSDIR}/devel/p5-Devel-CheckOS \
p5-UNIVERSAL-require>=0:${PORTSDIR}/devel/p5-UNIVERSAL-require
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Test::Compile.3
.include <bsd.port.mk>