freebsd-ports/lang/p5-Modern-Perl/Makefile
Sylvio Cesar Teixeira 96badbd697 - Modern Perl programs use several modules to enable additional features of Perl and of the CPAN.
WWW: http://search.cpan.org/dist/Modern-Perl/

PR:		ports/145338
Submitted by:	Gea-Suan Lin <gslin@gslin.org>
Approved by:	itetcu (mentor, implicit)
2010-04-05 23:16:26 +00:00

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>