1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/devel/py-dal/Makefile
2012-02-19 04:23:57 +00:00

22 lines
463 B
Makefile

# New ports collection makefile for: py-breve
# Date created: 30 July 2008
# Whom: Andriy Pylypenko <bamby@sippysoft.com>
#
# $FreeBSD$
#
PORTNAME= dal
PORTVERSION= 20081016
PORTREVISION= 2
CATEGORIES= devel python
MASTER_SITES= http://download.sippysoft.com/bamby/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= bamby@sippysoft.com
COMMENT= A database abstraction layer for Python
USE_PYTHON= 2.5+
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>