17 lines
246 B
Makefile
17 lines
246 B
Makefile
# $OpenBSD: Makefile,v 1.19 2019/07/12 20:44:55 sthen Exp $
|
|
|
|
COMMENT= perl interface to the sync() system functions
|
|
|
|
DISTNAME= File-Sync-0.11
|
|
|
|
CATEGORIES= devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB+= c perl
|
|
|
|
MODULES= cpan
|
|
|
|
.include <bsd.port.mk>
|