96badbd697
WWW: http://search.cpan.org/dist/Modern-Perl/ PR: ports/145338 Submitted by: Gea-Suan Lin <gslin@gslin.org> Approved by: itetcu (mentor, implicit)
23 lines
474 B
Makefile
23 lines
474 B
Makefile
# New ports collection makefile for: p5-Modern-Perl
|
|
# Date created: 2010-04-03
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Modern-Perl
|
|
PORTVERSION= 1.03
|
|
CATEGORIES= lang perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= ../../authors/id/C/CH/CHROMATIC
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= gslin@gslin.org
|
|
COMMENT= Enable all of the features of Modern Perl with one command
|
|
|
|
PERL_MODBUILD= yes
|
|
USE_PERL5= 5.10.0+
|
|
|
|
MAN3= Modern::Perl.3
|
|
|
|
.include <bsd.port.mk>
|