ce760458f8
Notified by: antoine
22 lines
384 B
Makefile
22 lines
384 B
Makefile
# Created by: will
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Make
|
|
PORTVERSION= 1.1.5
|
|
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
|
|
|
|
TEST_DEPENDS= p5-Test-Compile>=1.2.1:devel/p5-Test-Compile
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|