mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
02f2a4d91a
- bump PORTREVISION because USE_DISTUTILS implies both build and run dependency on setuptools - trim Makefile header - tune PYDISTUTILS_* variables and rely upon bsd.python.mk code instead of implementing the same stuff manually - tab -> space change in pkg-descr:WWW - move pkg-plist contents into Makefile:PLIST_FILES PR: 172858 Submitted by: rm (myself) Approved by: Radim Kolar <hsn at sendmail dot cz> (maintainer) Feature safe: yes
34 lines
716 B
Makefile
34 lines
716 B
Makefile
# Created by: Radim Kolar <hsn@sanatana.dharma>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= bzr
|
|
PORTVERSION= 20110228
|
|
PORTREVISION= 2
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://schema.filez.com/distfiles/
|
|
PKGNAMEPREFIX= trac-
|
|
DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= hsn@sendmail.cz
|
|
COMMENT= Bazaar-NG plugin for Trac
|
|
|
|
LICENSE= GPLv2
|
|
|
|
RUN_DEPENDS= tracd:${PORTSDIR}/www/trac \
|
|
bzr:${PORTSDIR}/devel/bzr
|
|
|
|
USE_BZIP2= yes
|
|
USE_PYTHON= -2.7
|
|
USE_PYDISTUTILS=easy_install
|
|
PYDISTUTILS_PKGNAME= TracBzr
|
|
PYDISTUTILS_PKGVERSION= 0.4.2
|
|
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e 's|tag_date = 1||' ${WRKSRC}/setup.cfg
|
|
|
|
post-install:
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|