1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/devel/p5-Make/Makefile
2013-10-30 14:44:54 +00:00

22 lines
398 B
Makefile

# Created by: will
# $FreeBSD$
PORTNAME= Make
PORTVERSION= 1.00
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module implementing 'make' and script
USES= perl5
USE_PERL5= configure
post-patch:
@${REINPLACE_CMD} -i '' -e 's|pmake|perlmake|' \
${WRKSRC}/Makefile.PL
@${CP} ${WRKSRC}/pmake ${WRKSRC}/perlmake
.include <bsd.port.mk>