- do not directly depend on setuptools, use USE_DISTUTILS instead

- bump PORTREVISION because of dependency change
- trim Makefile header
- add license (BSD)
- limit python version to 2.x only
- move pkg-plist contents into Makefile:PLIST_FILES

PR:		173024
Submitted by:	rm (myself)
Approved by:	glarkin (maintainer, by mail)
Feature safe:	yes
This commit is contained in:
Ruslan Makhmatkhanov 2012-10-26 18:49:29 +00:00
parent 19eb1602e8
commit 3d7361e33f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=306453
2 changed files with 8 additions and 13 deletions

View file

@ -1,13 +1,9 @@
# New ports collection makefile for: trac-xmlrpc
# Date created: May 18 2007
# Whom: Gerrit Beine <gerrit.beine@gmx.de>
#
# Created by: Gerrit Beine <gerrit.beine@gmx.de>
# $FreeBSD$
#
PORTNAME= xmlrpc
PORTVERSION= 1.0.6
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= www devel python
MASTER_SITES= http://shuqun.com/files/ \
LOCAL/glarkin
@ -17,14 +13,14 @@ DISTNAME= ${PORTNAME}plugin-${PORTVERSION}
MAINTAINER= glarkin@FreeBSD.org
COMMENT= Provides an xml rpc interface to Trac
BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools
LICENSE= BSD
RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac
WRKSRC= ${WRKDIR}/${PORTNAME}plugin
NO_BUILD= yes
USE_PYTHON= yes
USE_PYDISTUTILS=yes
PLIST_SUB+= PORTVERSION=${PORTVERSION} PYTHONVERSION=${_PYTHON_VERSION}
PYDISTUTILS_NOEGGINFO= yes
USE_PYTHON= -2.7
USE_PYDISTUTILS= easy_install
PYDISTUTILS_PKGNAME= TracXMLRPC
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
.include <bsd.port.mk>

View file

@ -1 +0,0 @@
%%PYTHON_SITELIBDIR%%/TracXMLRPC-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg