freebsd-ports/databases/py-migrate/Makefile
Edwin Groothuis 3fc75d2445 Chase change in bsd.sites.mk to support MASTER_SITES on googlecode.com
where the portname does not match the projects hostname.

PR:		ports/121453 (related)
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
Reviewed by:	pav@
2008-03-13 11:27:29 +00:00

26 lines
702 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
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>