2314c85f45
zap default spec that are not needed convert libspecs as well convert p* to REVISION. No package changes
22 lines
419 B
Makefile
22 lines
419 B
Makefile
# $OpenBSD: Makefile,v 1.3 2010/11/15 00:22:52 espie Exp $
|
|
|
|
COMMENT= handle and create CouchDB views in Perl
|
|
|
|
DISTNAME= CouchDB-View-0.003
|
|
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>
|