freebsd-ports/textproc/p5-Unicode-LineBreak/Makefile
Sunpoet Po-Chuan Hsieh ed439807d2 - Fix *_DEPENDS and PLIST
- Bump PORTREVISION for dependency and package change

Reported by:	mat
Approved by:	maintainer (implicit)
2013-12-10 19:03:36 +00:00

29 lines
606 B
Makefile

# Created by: Olivier Girard <Olivier.Girard@univ-angers.fr>
# $FreeBSD$
PORTNAME= Unicode-LineBreak
PORTVERSION= 2013.11
PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
# blanket update approval granted.
MAINTAINER= Olivier.Girard@univ-angers.fr
COMMENT= Unicode-LineBreak package
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-MIME-Charset>=1.006.2:${PORTSDIR}/mail/p5-MIME-Charset
RUN_DEPENDS:= ${BUILD_DEPENDS}
MAKE_JOBS_UNSAFE= yes
USES= perl5
USE_PERL5= configure
CONFIGURE_ARGS= --with-bundled-sombok \
--disable-libthai
.include <bsd.port.mk>