2011-04-14 17:21:56 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.14 2011/04/14 21:21:56 naddy Exp $
|
2008-05-21 08:57:51 -04:00
|
|
|
|
|
|
|
SHARED_ONLY = Yes
|
|
|
|
|
|
|
|
COMMENT = JSON serialising/deserialising, done correctly and fast
|
|
|
|
|
|
|
|
MODULES = cpan
|
2010-10-18 13:06:05 -04:00
|
|
|
USE_GROFF = Yes
|
2010-06-05 09:54:09 -04:00
|
|
|
DISTNAME = JSON-XS-2.29
|
2010-09-24 11:23:05 -04:00
|
|
|
# there was a version with three digits after the dot,
|
|
|
|
# pad to that length for seamless updates
|
2009-10-09 08:26:27 -04:00
|
|
|
PKGNAME = p5-${DISTNAME}0
|
2010-12-03 06:44:22 -05:00
|
|
|
REVISION = 1
|
2011-04-14 17:21:56 -04:00
|
|
|
EPOCH = 0
|
2008-05-21 08:57:51 -04:00
|
|
|
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
|
|
|
|
|
2010-11-14 19:22:45 -05:00
|
|
|
RUN_DEPENDS= devel/p5-common-sense
|
2009-10-09 08:26:27 -04:00
|
|
|
|
2008-05-21 08:57:51 -04:00
|
|
|
.include <bsd.port.mk>
|