1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/www/w3mir/Makefile
Jimmy Olgeni 55dc0f983a Remove all space characters from Makefile assignments.
No functional changes included.

CR:		D193 (except math/sedumi)
Approved by:	portmgr (bapt)
2014-06-08 19:51:27 +00:00

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>