opnsense-ports/devel/p5-Module-CoreList/Makefile
Franco Fichtner cfa632be68 */*: sync with upstream
Taken from: HardenedBSD
2019-07-22 18:09:23 +02:00

24 lines
453 B
Makefile

# Created by: Autrijus Tang <autrijus@autrijus.org>
# $FreeBSD$
PORTNAME= Module-CoreList
PORTVERSION= 5.20190720
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= See what modules shipped with versions of Perl
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
post-patch:
@${REINPLACE_CMD} -e '/EXE_FILES/d' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>