aboutsummaryrefslogtreecommitdiffstats
path: root/lang/p5-Modern-Perl/Makefile
blob: 34272f7c03a0261ed72ffb7d05224c4760bb8ff0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$

PORTNAME=   Modern-Perl
PORTVERSION=    1.20161005
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

NO_ARCH=    yes
USE_PERL5=  modbuild
USES=       perl5

.include <bsd.port.mk>