mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
19 lines
280 B
Makefile
19 lines
280 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
PORTNAME= Module-ScanDeps
|
|
PORTVERSION= 1.24
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Recursively scan Perl code for dependencies
|
|
|
|
NO_ARCH= yes
|
|
USE_PERL5= configure
|
|
USES= perl5
|
|
|
|
.include <bsd.port.mk>
|
|
#EOF
|