freebsd-ports/devel/p5-Make/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

27 lines
535 B
Makefile

# Created by: will
# $FreeBSD$
PORTNAME= Make
PORTVERSION= 1.1.2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module implementing 'make' and script
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
TEST_DEPENDS= p5-Test-Compile>=1.2.1:devel/p5-Test-Compile
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
post-patch:
@${REINPLACE_CMD} -e 's|pmake|perlmake|' ${WRKSRC}/Makefile.PL
@${CP} ${WRKSRC}/pmake ${WRKSRC}/perlmake
.include <bsd.port.mk>