pkgsrc-wip/io-range/Makefile
Blue Rats 085399baa5 Modified (ideally fixed) COMMENT. Some of these got minor formatting
changes, category fixes, and MAINTAINER fixes.
2012-11-13 22:25:27 +00:00

17 lines
383 B
Makefile

# $NetBSD: Makefile,v 1.4 2012/11/13 22:25:33 othyro Exp $
.include "../../wip/io/version.mk"
PKGNAME= io-range-${IO_VERSION}
#PKGREVISION= 1
CATEGORIES= devel
MAINTAINER= milos.negovanovic@googlemail.com
HOMEPAGE= www.iolanguage.com
COMMENT= Range addon for Io
ADDON_NAME= Range
ADDON_INSTALL_HEADERS= yes
.include "../../wip/io/addon.mk"
.include "../../mk/bsd.pkg.mk"