21 lines
409 B
Makefile
21 lines
409 B
Makefile
# Created by: René Ladan <rene@freebsd.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= dirsync
|
|
PORTVERSION= 2.2.2
|
|
CATEGORIES= sysutils python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= rene@FreeBSD.org
|
|
COMMENT= Advanced directory tree synchronisation tool
|
|
|
|
LICENSE= MIT
|
|
|
|
CONFLICTS_INSTALL= p5-File-Dirsync
|
|
|
|
USES= python zip
|
|
USE_PYTHON= autoplist distutils
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|