openbsd-ports/devel/p5-Cache-Mmap/Makefile

20 lines
354 B
Makefile
Raw Normal View History

2010-10-18 13:47:50 -04:00
# $OpenBSD: Makefile,v 1.9 2010/10/18 17:47:55 espie Exp $
SHARED_ONLY= Yes
COMMENT= shared data cache using memory mapped files
MODULES= cpan
DISTNAME= Cache-Mmap-0.09
2010-09-24 11:23:05 -04:00
REVISION= 3
CATEGORIES= devel
2010-10-18 13:47:50 -04:00
USE_GROFF = Yes
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
.include <bsd.port.mk>