opnsense-ports/sysutils/py-dirsync/Makefile
Franco Fichtner 7fa6d6f0c6 */*: sync with upstream
Taken from: HardenedBSD
2017-10-10 04:44:29 +02:00

21 lines
407 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
CONFLICT_INSTALL=p5-File-Dirsync
USES= python zip
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>