Files
bsdports/perl/p5-Encode-Detect/Makefile
2019-12-26 07:26:06 +00:00

18 lines
282 B
Makefile

#
# $Id$
#
PORTNAME= Encode-Detect
PORTVERSION= 1.01
CATEGORIES= converters perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Encode::Encoding subclass that detects the encoding of data
USES= perl5
USE_PERL5= modbuild
.include <bsd.port.mk>
#EOF