freebsd-ports/devel/p5-Make/Makefile
2018-07-16 23:36:52 +00:00

23 lines
384 B
Makefile

# Created by: will
# $FreeBSD$
PORTNAME= Make
PORTVERSION= 1.2.0
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>