17 lines
278 B
Makefile
17 lines
278 B
Makefile
# $OpenBSD: Makefile,v 1.3 2013/03/11 10:50:17 espie Exp $
|
|
|
|
COMMENT = perl implementation of an Rsync client
|
|
SHARED_ONLY = Yes
|
|
|
|
MODULES = cpan
|
|
DISTNAME = File-RsyncP-0.70
|
|
REVISION = 0
|
|
CATEGORIES = devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
WANTLIB += c m
|
|
|
|
.include <bsd.port.mk>
|