mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
4aaab89f57
PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
27 lines
493 B
Makefile
27 lines
493 B
Makefile
# New ports collection makefile for: Make
|
|
# Date created: Wed Jan 3 12:14:41 2001
|
|
# Whom: will
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Make
|
|
PORTVERSION= 1.00
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Perl module implementing 'make' and script
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN1= perlmake.1
|
|
MAN3= Make.3
|
|
|
|
pre-configure:
|
|
${PERL} -pi -e "s:pmake:perlmake:g" ${WRKSRC}/Makefile.PL
|
|
${CP} ${WRKSRC}/pmake ${WRKSRC}/perlmake
|
|
|
|
.include <bsd.port.mk>
|