blob: edf28d551db40a31177445b93547c8df7eb3d54e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# 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
BROKEN= unfetchable
DEPRECATED= Broken for more than 6 months
EXPIRATION_DATE= 2016-07-04
RUN_DEPENDS= rsync: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>
|