mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
15 lines
210 B
Makefile
15 lines
210 B
Makefile
COMMENT = perl implementation of an Rsync client
|
|
|
|
MODULES = cpan
|
|
DISTNAME = File-RsyncP-0.76
|
|
CATEGORIES = devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MAKE_ENV += CC='${CC}'
|
|
|
|
WANTLIB += c m perl
|
|
|
|
.include <bsd.port.mk>
|