4819ca343b
- Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default.
22 lines
519 B
Makefile
22 lines
519 B
Makefile
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= WWW-Mechanize-GZip
|
|
PORTVERSION= 0.12
|
|
PORTREVISION= 1
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Use WWW::Mechanize by requesting gzip-compression from the webserver
|
|
|
|
RUN_DEPENDS= p5-WWW-Mechanize>=0:${PORTSDIR}/www/p5-WWW-Mechanize
|
|
BUILD_DEPENDS= p5-WWW-Mechanize>=0:${PORTSDIR}/www/p5-WWW-Mechanize
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
MAN3= WWW::Mechanize::GZip.3
|
|
|
|
.include <bsd.port.mk>
|