50256c7cf6
feedback and ok sthen@
22 lines
412 B
Makefile
22 lines
412 B
Makefile
# $OpenBSD: Makefile,v 1.6 2008/10/02 20:35:09 simon Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= perl interface to the sync() system functions
|
|
|
|
MODULES= cpan
|
|
V= 0.09
|
|
DISTNAME= File-Sync-${V}
|
|
PKGNAME= p5-${DISTNAME}p0
|
|
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>
|