blob: b2c172d3f1eeb99dac0331d3abc0aa50b8000ddf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
PORTNAME= Encode-Detect
PORTVERSION= 1.01
PORTREVISION= 1
CATEGORIES= converters perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Encode::Encoding subclass that detects the encoding of data
WWW= https://metacpan.org/release/Encode-Detect
LICENSE= MPL11
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= perl5
USE_PERL5= modbuild
.include <bsd.port.mk>
|