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

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

NO_ARCH=    yes
USE_PERL5=  modbuild
USES=       perl5

.include <bsd.port.mk>