1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/www/w3mir/Makefile
Mathieu Arnold 72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00

31 lines
631 B
Makefile

# Created by: ache
# $FreeBSD$
PORTNAME= w3mir
PORTVERSION= 1.0.10
PORTREVISION= 3
CATEGORIES= www perl5
MASTER_SITES= http://www.langfeldt.net/w3mir/
MAINTAINER= ports@FreeBSD.org
COMMENT= All-purpose HTTP copying and mirroring tool
LICENSE= ART10
BUILD_DEPENDS= p5-libwww>=0: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>