mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 12:40:45 -04:00
31 lines
579 B
Makefile
31 lines
579 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: py-reverse
|
|
# Date created: Mar 15, 2002
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= reverse
|
|
PORTVERSION= 0.2.2
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ftp://ftp.logilab.org/pub/pyreverse/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= py${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
BUILD_DEPENDS= ${PYXML}
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
USE_PYTHON= yes
|
|
|
|
SETUP_CMD= cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} setup.py
|
|
|
|
do-build:
|
|
@${SETUP_CMD} build
|
|
|
|
do-install:
|
|
@${SETUP_CMD} install
|
|
|
|
.include <bsd.port.mk>
|