1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/devel/p5-Make/Makefile
Marcelo Araujo 4aaab89f57 - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.
PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
2008-04-17 14:30:31 +00:00

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>