freebsd-ports/converters/p5-Encode-Locale/Makefile
Dmitry Marakasov ac94b2d156 - Add NO_ARCH
2015-07-24 20:03:32 +00:00

17 lines
317 B
Makefile

# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
# $FreeBSD$
PORTNAME= Encode-Locale
PORTVERSION= 1.05
CATEGORIES= converters perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Determine the locale encoding
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>