mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
dec946ad51
See http://wiki.freebsd.org/Perl for details. - Change maintainership from ports@ to perl@ for ports in this changeset. - Remove MD5 checksum
24 lines
457 B
Makefile
24 lines
457 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= CPAN: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>
|