freebsd-ports/devel/p5-Test-Requires/Makefile
2010-10-09 11:58:46 +00:00

21 lines
423 B
Makefile

# New ports collection makefile for: Test::Requires
# Date created: 08 Sep 2009
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Test-Requires
PORTVERSION= 0.06
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension for checking to see if the module can be loaded
PERL_CONFIGURE= yes
MAN3= Test::Requires.3
.include <bsd.port.mk>