mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
55dc0f983a
No functional changes included. CR: D193 (except math/sedumi) Approved by: portmgr (bapt)
31 lines
639 B
Makefile
31 lines
639 B
Makefile
# Created by: ache
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= w3mir
|
|
PORTVERSION= 1.0.10
|
|
PORTREVISION= 2
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= http://langfeldt.net/w3mir/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= All-purpose HTTP copying and mirroring tool
|
|
|
|
LICENSE= ART10
|
|
|
|
BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
INSTALL_TARGET= pure_install
|
|
|
|
post-install:
|
|
${INSTALL} -d -m 755 \
|
|
${STAGEDIR}${PREFIX}/share/doc/w3mir
|
|
cd ${WRKSRC} && ${INSTALL_DATA} \
|
|
README Artistic w3mir-HOWTO.html example.cfg \
|
|
multiscope.cfg ${STAGEDIR}${PREFIX}/share/doc/w3mir
|
|
|
|
.include <bsd.port.mk>
|