diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-12-04 09:40:13 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-12-04 09:40:13 +0000 |
commit | 3f77e0d6b2ad5efd4ab980aafdcdf689152ab464 (patch) | |
tree | d7ace68315ce90c0cb25f99187a0e87677f985ef /databases/py-cdb/Makefile | |
parent | 1f31d92c1893be59468edbf5c28d6c5a2eb64aca (diff) |
Notes
Diffstat (limited to 'databases/py-cdb/Makefile')
-rw-r--r-- | databases/py-cdb/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/databases/py-cdb/Makefile b/databases/py-cdb/Makefile new file mode 100644 index 000000000000..e477a64f280a --- /dev/null +++ b/databases/py-cdb/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: py-cdb +# Date created: 03 December 2001 +# Whom: Jason R. Mastaler <jason@mastaler.com> +# +# $FreeBSD$ +# + +PORTNAME= cdb +PORTVERSION= 0.22.a +CATEGORIES= databases python +MASTER_SITES= http://pilcrow.madison.wi.us/sw/ +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= python-${PORTNAME}-${PORTVERSION:S/.a/a/} + +MAINTAINER= jason@mastaler.com + +BUILD_DEPENDS= ${PYDISTUTILS} +USE_PYTHON= yes + +do-build: + (cd ${WRKSRC}; ${PYTHON_CMD} setup.py build) + +do-install: + (cd ${WRKSRC}; ${PYTHON_CMD} setup.py install) + +.include <bsd.port.mk> |