summaryrefslogtreecommitdiff
path: root/www/p5-WWW-Mechanize-Meta/Makefile
blob: dc50f45a0eb906299e02fed54d12fdf265e5512c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Oleg Mamontov <oleg@mamontov.net>
# $FreeBSD$

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

RUN_DEPENDS=	p5-WWW-Mechanize>=1.20:www/p5-WWW-Mechanize
BUILD_DEPENDS:=	${RUN_DEPENDS}

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>