pkgsrc-wip/cl-trivial-gray-streams/Makefile

21 lines
578 B
Makefile

# $NetBSD: Makefile,v 1.4 2012/09/24 18:26:53 asau Exp $
#
VERSION= 2008.11.02
SHORTNAME= trivial-gray-streams
DISTNAME= ${SHORTNAME}-${VERSION:S/./-/g}
CATEGORIES= devel
MASTER_SITES= http://common-lisp.net/project/cl-plus-ssl/download/
MAINTAINER= ddeus.pkgsrc@mailnull.com
HOMEPAGE= https://www.cliki.net/trivial-gray-streams
COMMENT= Trivial-gray-streams is a compatibility layer for Gray streams
LICENSE= mit
WRKSRC= ${WRKDIR}/${DISTNAME}
COMMON_LISP_DOCFILES= README COPYING
.include "options.mk"
.include "../../wip/mk/cl-package.mk"
.include "../../mk/bsd.pkg.mk"