18 lines
258 B
Makefile
18 lines
258 B
Makefile
# $OpenBSD: Makefile,v 1.20 2020/07/03 21:44:54 sthen Exp $
|
|
|
|
COMMENT= perl interface to the sync() system functions
|
|
|
|
DISTNAME= File-Sync-0.11
|
|
REVISION= 0
|
|
|
|
CATEGORIES= devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB+= c perl
|
|
|
|
MODULES= cpan
|
|
|
|
.include <bsd.port.mk>
|