pkgsrc-wip/cl-ppcre-unicode/Makefile

23 lines
659 B
Makefile
Raw Normal View History

2011-11-24 11:31:39 +00:00
# $NetBSD: Makefile,v 1.3 2011/11/24 11:31:40 ddeus Exp $
#
VERSION= 2.0.3
SHORTNAME= cl-ppcre-unicode
DISTNAME= ${SHORTNAME:S/-unicode$//}
CATEGORIES= devel
MASTER_SITES= http://weitz.de/files/
MAINTAINER= ddeus.pkgsrc@mailnull.com
HOMEPAGE= http://weitz.de/cl-fad/
COMMENT= CL-PPCRE-UNICODE is the CL-PPCRE package with Unicode support
LICENSE= modified-bsd
PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}/${DISTNAME}-${VERSION}
DEPENDS+= ecl-ppcre-${VERSION}:../../wip/cl-ppcre
2011-11-24 11:31:39 +00:00
DEPENDS+= ecl-unicode-[0-9]*:../../wip/cl-unicode
.include "options.mk"
.include "../../wip/mk/cl-package.mk"
.include "../../mk/bsd.pkg.mk"