freebsd-ports/lang/p5-Modern-Perl/Makefile
Andrej Zverev dec946ad51 - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum
2011-06-20 08:37:15 +00:00

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>