blob: a1430d6305edc68e33a4975e4286ee0969640a6a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Created by: Oleg Mamontov <oleg@mamontov.net>
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
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-WWW-Mechanize>=1.20:www/p5-WWW-Mechanize
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|