2010-12-03 06:44:22 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.4 2010/12/03 11:44:24 ajacoutot Exp $
|
2010-03-28 15:33:11 -04:00
|
|
|
|
|
|
|
COMMENT= handle and create CouchDB views in Perl
|
|
|
|
|
|
|
|
DISTNAME= CouchDB-View-0.003
|
2010-12-03 06:44:22 -05:00
|
|
|
REVISION= 0
|
2010-03-28 15:33:11 -04:00
|
|
|
CATEGORIES= databases
|
|
|
|
|
|
|
|
MODULES= cpan
|
2010-11-14 19:22:45 -05:00
|
|
|
USE_GROFF = Yes
|
2010-03-28 15:33:11 -04:00
|
|
|
|
|
|
|
# perl
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2010-11-14 19:22:45 -05:00
|
|
|
RUN_DEPENDS= converters/p5-JSON-XS \
|
|
|
|
devel/p5-Data-Dump-Streamer \
|
|
|
|
www/p5-URI
|
2010-03-28 15:33:11 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|