1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/lang/p5-Modern-Perl/Makefile
Sunpoet Po-Chuan Hsieh 740d509511 - Update to 1.20140107
- Add LICENSE
- Update COMMENT
- Reformat pkg-descr
- Use single space after WWW:

Changes:	http://search.cpan.org/dist/Modern-Perl/Changes
2014-07-31 10:03:50 +00:00

24 lines
492 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= Modern-Perl
PORTVERSION= 1.20140107
CATEGORIES= lang perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:CHROMATIC
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Enable all of the features of Modern Perl with one import
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-autodie>=2.22:${PORTSDIR}/devel/p5-autodie
RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_PERL5= modbuild
USES= perl5
.include <bsd.port.mk>