mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
28 lines
718 B
Makefile
28 lines
718 B
Makefile
# New ports collection makefile for: py-migrate
|
|
# Date created: 9 November 2006
|
|
# Whom: elvstone@gmail.com
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= migrate
|
|
PORTVERSION= 0.4.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= databases python
|
|
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \
|
|
http://dose.se/distfiles/migrate/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= sqlalchemy-${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= elvstone@gmail.com
|
|
COMMENT= Database schema migrations for SQLAlchemy
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy>=0.3.10:${PORTSDIR}/databases/py-sqlalchemy
|
|
|
|
PROJECTHOST= sqlalchemy-migrate
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= easy_install
|
|
PYDISTUTILS_PKGNAME= sqlalchemy_${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|