blob: 6c6650e2c6ce4ae218c04c2c8b635cbdff39530c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
PORTNAME= WWW-Mechanize-Meta
PORTVERSION= 0.07
PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= oleg@mamontov.net
COMMENT= Adds HEAD tag parsing to WWW::Mechanize
WWW= https://metacpan.org/release/WWW-Mechanize-Meta
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-WWW-Mechanize>=1.20:www/p5-WWW-Mechanize
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|