2013-09-21 01:36:50 +02:00
|
|
|
# Created by: Masahiro Teramoto <markun@onohara.to>
|
2008-01-04 09:26:44 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= WWW-Mechanize-DecodedContent
|
2009-03-11 17:45:33 +01:00
|
|
|
PORTVERSION= 0.02
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2008-01-04 09:26:44 +01:00
|
|
|
CATEGORIES= www perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2011-06-20 11:22:15 +02:00
|
|
|
MASTER_SITE_SUBDIR= CPAN:MIYAGAWA
|
2008-01-04 09:26:44 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= markun@onohara.to
|
|
|
|
COMMENT= Decode Mech content using its HTTP response encoding
|
|
|
|
|
|
|
|
BUILD_DEPENDS= p5-WWW-Mechanize>=0:${PORTSDIR}/www/p5-WWW-Mechanize \
|
|
|
|
p5-HTTP-Response-Encoding>=0:${PORTSDIR}/www/p5-HTTP-Response-Encoding
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2008-01-04 09:26:44 +01:00
|
|
|
|
2013-09-02 12:00:38 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2008-01-04 09:26:44 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|