mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
d60158d113
- Standardise and clarify COMMENTs - Update pkg-plist's - Tab->space for WWW: in pkg-descr Changes: http://htsql.org/blog/2013/htsql-2.3.3.html Approved: eadler, rm (mentors, implicit)
25 lines
581 B
Makefile
25 lines
581 B
Makefile
# Created by: jpaetzel
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= htsql
|
|
PORTVERSION= 2.3.3
|
|
CATEGORIES= databases python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= ${PORTNAME:U}-${PORTVERSION}
|
|
|
|
MAINTAINER= koobs@FreeBSD.org
|
|
COMMENT= Database Query Language (Core & SQLite Backend)
|
|
|
|
USE_PYTHON= 2.6-2.7
|
|
USE_PYDISTUTILS= easy_install
|
|
PYDISTUTILS_PKGNAME= ${PORTNAME:U}
|
|
|
|
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}yaml>0:${PORTSDIR}/devel/py-yaml \
|
|
${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3
|
|
|
|
post-install:
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|