23 lines
450 B
Makefile
23 lines
450 B
Makefile
# Created by: Autrijus Tang <autrijus@autrijus.org>
|
|
|
|
PORTNAME= Module-ScanDeps
|
|
PORTVERSION= 1.31
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Recursively scan Perl code for dependencies
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
TEST_DEPENDS= p5-Test-Requires>=0:devel/p5-Test-Requires
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|