opnsense-ports/devel/p5-Make/Makefile
Franco Fichtner 9ce5d12e36 */*: sync with upstream
Taken from: HardenedBSD
2018-07-17 00:12:32 +02:00

22 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>