openbsd-ports/converters/p5-JSON-XS/Makefile
naddy 889ea84f08 EPOCH bumps to keep package versions from going back.
Turned up by a bulk build with a year-old plist database.
2011-04-14 21:21:56 +00:00

28 lines
597 B
Makefile

# $OpenBSD: Makefile,v 1.14 2011/04/14 21:21:56 naddy Exp $
SHARED_ONLY = Yes
COMMENT = JSON serialising/deserialising, done correctly and fast
MODULES = cpan
USE_GROFF = Yes
DISTNAME = JSON-XS-2.29
# there was a version with three digits after the dot,
# pad to that length for seamless updates
PKGNAME = p5-${DISTNAME}0
REVISION = 1
EPOCH = 0
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
RUN_DEPENDS= devel/p5-common-sense
.include <bsd.port.mk>