18 lines
382 B
Makefile
18 lines
382 B
Makefile
|
# $OpenBSD: Makefile,v 1.1.1.1 2008/10/15 23:58:40 sthen Exp $
|
||
|
|
||
|
COMMENT = shim to support either v1 or v2 APIs of JSON::XS
|
||
|
|
||
|
MODULES = cpan
|
||
|
DISTNAME = JSON-XS-VersionOneAndTwo-0.31
|
||
|
CATEGORIES = converters
|
||
|
|
||
|
# Perl
|
||
|
PERMIT_PACKAGE_CDROM = Yes
|
||
|
PERMIT_PACKAGE_FTP = Yes
|
||
|
PERMIT_DISTFILES_CDROM =Yes
|
||
|
PERMIT_DISTFILES_FTP = Yes
|
||
|
|
||
|
RUN_DEPENDS = ::converters/p5-JSON-XS
|
||
|
|
||
|
.include <bsd.port.mk>
|