21 lines
335 B
Makefile
21 lines
335 B
Makefile
# $OpenBSD: Makefile,v 1.14 2014/06/14 23:24:56 sthen Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= perl interface to the sync() system functions
|
|
|
|
MODULES= cpan
|
|
V= 0.09
|
|
DISTNAME= File-Sync-${V}
|
|
REVISION= 4
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += c
|
|
|
|
.include <bsd.port.mk>
|