22 lines
398 B
Makefile
22 lines
398 B
Makefile
# $OpenBSD: Makefile,v 1.7 2010/07/13 19:46:12 sthen Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= perl interface to the sync() system functions
|
|
|
|
MODULES= cpan
|
|
V= 0.09
|
|
DISTNAME= File-Sync-${V}
|
|
REVISION= 0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|