20 lines
399 B
Makefile
20 lines
399 B
Makefile
# $OpenBSD: Makefile,v 1.3 2008/07/27 22:39:10 simon Exp $
|
|
|
|
SHARED_ONLY = Yes
|
|
|
|
COMMENT = JSON serialising/deserialising, done correctly and fast
|
|
|
|
MODULES = cpan
|
|
DISTNAME = JSON-XS-2.2222
|
|
CATEGORIES = converters
|
|
|
|
MAINTAINER = Simon Bertrang <simon@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
.include <bsd.port.mk>
|