20 lines
386 B
Makefile
20 lines
386 B
Makefile
# Created by: 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
|
|
|
|
USES= perl5
|
|
USE_PERL5= modbuild
|
|
|
|
MAN3= Modern::Perl.3
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|