blob: c516093c4678ac7c07f0b95f29e42f193f22b641 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $FreeBSD$
PORTNAME= Test-Requires
PORTVERSION= 0.07
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
USES= perl5
USE_PERL5= modbuild
MAN3= Test::Requires.3
.include <bsd.port.mk>
|