19 lines
322 B
Makefile
19 lines
322 B
Makefile
# $OpenBSD: Makefile,v 1.16 2016/03/20 19:56:23 naddy Exp $
|
|
|
|
COMMENT= perl interface to the sync() system functions
|
|
|
|
MODULES= cpan
|
|
V= 0.09
|
|
DISTNAME= File-Sync-${V}
|
|
REVISION= 5
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += c perl
|
|
|
|
.include <bsd.port.mk>
|