opnsense-ports/converters/p5-Encode-Locale/Makefile
Franco Fichtner 36621555b5 converters/p5-Encode-Locale: sync with upstream
Taken from: HardenedBSD
2017-09-16 12:49:37 +02:00

20 lines
359 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
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>