mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
10a2b4693f
(5.x+ and x < 12) scheme. Approved by: bapt@ (portmgr@)
26 lines
586 B
Makefile
26 lines
586 B
Makefile
# New ports collection makefile for: p5-uni-perl
|
|
# Date created: 2009-10-20
|
|
# Whom: Mons Anderson <mons@cpan.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= uni-perl
|
|
PORTVERSION= 0.91
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:MONS
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= mons@cpan.org
|
|
COMMENT= Modern perl with Unicode
|
|
|
|
RUN_DEPENDS= p5-Encode>=2.37:${PORTSDIR}/converters/p5-Encode \
|
|
p5-lib-abs>=0.90:${PORTSDIR}/devel/p5-lib-abs
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
|
TEST_DEPENDS= p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|