freebsd-ports/devel/p5-Devel-CheckLib/Makefile
Frederic Culot b1d59075bf - Update to 0.92
Changes:	http://search.cpan.org/dist/Devel-CheckLib/CHANGES
Approved by:	sahil@/wen@ (mentors, implicit)
2010-12-19 09:06:13 +00:00

25 lines
559 B
Makefile

# New ports collection makefile for: p5-Devel-CheckLib
# Date created: 08 August 2010
# Whom: Frederic Culot <frederic@culot.org>
#
# $FreeBSD$
#
PORTNAME= Devel-CheckLib
PORTVERSION= 0.92
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= culot@FreeBSD.org
COMMENT= Perl5 module to check that a library is available
BUILD_DEPENDS= p5-IO-CaptureOutput>=1.08:${PORTSDIR}/devel/p5-IO-CaptureOutput
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN1= use-devel-checklib.1
MAN3= Devel::CheckLib.3
.include <bsd.port.mk>