mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
ed0050b63b
Submitted by: MAINTAINER
21 lines
450 B
Makefile
21 lines
450 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
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= http://devel.sippysoft.com:8080/~bamby/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= bamby@sippysoft.com
|
|
COMMENT= A database abstraction layer for Python
|
|
|
|
USE_PYTHON= 2.4+
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
.include <bsd.port.mk>
|