aaa1885833
ok jasper@
23 lines
436 B
Makefile
23 lines
436 B
Makefile
# $OpenBSD: Makefile,v 1.4 2010/12/03 11:44:24 ajacoutot Exp $
|
|
|
|
COMMENT= handle and create CouchDB views in Perl
|
|
|
|
DISTNAME= CouchDB-View-0.003
|
|
REVISION= 0
|
|
CATEGORIES= databases
|
|
|
|
MODULES= cpan
|
|
USE_GROFF = Yes
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= converters/p5-JSON-XS \
|
|
devel/p5-Data-Dump-Streamer \
|
|
www/p5-URI
|
|
|
|
.include <bsd.port.mk>
|