openbsd-ports/devel/p5-File-Sync/Makefile

22 lines
351 B
Makefile
Raw Normal View History

2013-03-11 06:50:00 -04:00
# $OpenBSD: Makefile,v 1.12 2013/03/11 10:50:17 espie Exp $
2004-08-10 04:10:13 -04:00
SHARED_ONLY= Yes
COMMENT= perl interface to the sync() system functions
MODULES= cpan
V= 0.09
DISTNAME= File-Sync-${V}
2012-08-23 11:00:32 -04:00
REVISION= 3
CATEGORIES= devel
2010-10-18 13:47:50 -04:00
USE_GROFF = Yes
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
# perl
PERMIT_PACKAGE_CDROM= Yes
2012-08-23 11:00:32 -04:00
WANTLIB += c
.include <bsd.port.mk>