fa3a17c064
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Categories P-S. CR: D422 Approved by: portmgr (bapt)
25 lines
477 B
Makefile
25 lines
477 B
Makefile
# Created by: Henrik Andersen
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= bontmia
|
|
PORTVERSION= 0.14
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://kosmos.ttyv0.se/attachments/download/37/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Small tool for incremental backups over network
|
|
|
|
RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync
|
|
|
|
USES= perl5
|
|
USE_PERL5= run
|
|
|
|
NO_BUILD= yes
|
|
|
|
PLIST_FILES= bin/bontmia
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/bontmia ${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|