16 lines
370 B
Makefile
16 lines
370 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2008/09/06 23:41:12 milosn Exp $
|
|
|
|
.include "../../wip/io/version.mk"
|
|
|
|
PKGNAME= io-blowfish-${IO_VERSION}
|
|
PKGREVISION= 0
|
|
CATEGORIES= crypto
|
|
|
|
MAINTAINER= milos.negovanovic@googlemail.com
|
|
HOMEPAGE= www.iolanguage.com
|
|
COMMENT= Blowfish addon for Io.
|
|
|
|
ADDON_NAME= Blowfish
|
|
|
|
.include "../../wip/io/addon.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|