1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/lang/p5-Modern-Perl/Makefile
2021-04-06 16:31:07 +02:00

23 lines
435 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
PORTNAME= Modern-Perl
PORTVERSION= 1.20200211
CATEGORIES= lang perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:CHROMATIC
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Enable all of the features of Modern Perl with one import
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>