mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
17a83d498d
PR: 209647 Submitted by: Yuri Victorovich <yuri@rawbw.com> (maintainer)
22 lines
431 B
Makefile
22 lines
431 B
Makefile
# Created by: Yuri Victorovich <yuri@rawbw.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= oursql
|
|
PORTVERSION= 0.9.3.2
|
|
CATEGORIES= databases python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= yuri@rawbw.com
|
|
COMMENT= MySQL bindings for python
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
USES= mysql python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
post-install:
|
|
@${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/oursql.so
|
|
|
|
.include <bsd.port.mk>
|