mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
18 lines
282 B
Makefile
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
|