freebsd-ports/devel/p5-Module-ScanDeps/Makefile
Andrej Zverev 859226e9f0 - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-08 08:16:43 +00:00

28 lines
564 B
Makefile

# Created by: Autrijus Tang <autrijus@autrijus.org>
# $FreeBSD$
PORTNAME= Module-ScanDeps
PORTVERSION= 1.10
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:RSCHUPP
PKGNAMEPREFIX= p5-
MAINTAINER= rafan@FreeBSD.org
COMMENT= Recursively scan Perl code for dependencies
USES= perl5
USE_PERL5= configure
MAN1= scandeps.pl.1
MAN3= Module::ScanDeps.3
post-patch:
@${REINPLACE_CMD} -e \
's|/usr/bin/perl|${PERL}|' ${WRKSRC}/script/scandeps.pl \
${WRKSRC}/Makefile.PL
regression-test:
cd ${WRKSRC} && ${MAKE} test
.include <bsd.port.mk>