freebsd-ports/misc/p5-I18N-Charset/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

22 lines
551 B
Makefile

# Created by: Dmitry Sivachenko <dima@Chg.RU>
# $FreeBSD$
PORTNAME= I18N-Charset
PORTVERSION= 1.39.4
PORTREVISION= 1
CATEGORIES= misc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(.)$/\1/}
MAINTAINER= demon@FreeBSD.org
COMMENT= Module which maps CharSet names to the names registered with IANA
BUILD_DEPENDS= p5-IO-Capture>=0:devel/p5-IO-Capture
RUN_DEPENDS= p5-IO-String>=0:devel/p5-IO-String \
p5-Unicode-MapUTF8>=0:converters/p5-Unicode-MapUTF8
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>