21 lines
423 B
Makefile
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>
|