2013-03-29 01:44:53 +01:00
|
|
|
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
2006-07-10 03:26:05 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Encode-Detect
|
2008-05-31 01:33:33 +02:00
|
|
|
PORTVERSION= 1.01
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2006-07-10 03:26:05 +02:00
|
|
|
CATEGORIES= converters perl5
|
2008-03-21 18:48:09 +01:00
|
|
|
MASTER_SITES= CPAN
|
2006-07-10 03:26:05 +02:00
|
|
|
MASTER_SITE_SUBDIR= Encode
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2008-03-21 18:48:09 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2013-03-29 01:44:53 +01:00
|
|
|
COMMENT= Encode::Encoding subclass that detects the encoding of data
|
2006-07-10 03:26:05 +02:00
|
|
|
|
2015-01-07 18:56:05 +01:00
|
|
|
LICENSE= MPL
|
2008-03-21 18:48:09 +01:00
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= modbuild
|
2006-07-10 03:26:05 +02:00
|
|
|
|
2009-07-22 18:27:08 +02:00
|
|
|
.include <bsd.port.mk>
|