freebsd-ports/devel/p5-Test-Compile/Makefile
Steve Wills 6993f7fa1f - Update to 0.20
PR:		ports/170907
Approved by:	maintainer timeout (cm@therek.net, >2 weeks)
2012-09-08 02:41:00 +00:00

26 lines
636 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.20
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 Test::Compile::Internal.3
.include <bsd.port.mk>