1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/devel/p5-uni-perl/Makefile
Andrej Zverev 10a2b4693f - Set default perl version for ports which currently using
(5.x+ and x < 12) scheme.

Approved by: bapt@ (portmgr@)
2012-12-16 06:12:28 +00:00

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>