1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/www/trac-mercurial/Makefile
Ruslan Makhmatkhanov 34ca3b6015 - update to 1.0.0.3 to fix support for mercurial >= 2.3.1 [1]
- add LICENSE (GPLv2)
- do not use easy_install and convert to auto-generated packing list

PR:		178196
Reported by:    Gabor HALASZ <halasz.g@freemail.hu> [1]
Submitted by:	moto kawasaki <moto@kawasaki3.org> (based on)
2014-02-09 21:55:52 +00:00

24 lines
462 B
Makefile

# $FreeBSD$
PORTNAME= mercurial
PORTVERSION= 1.0.0.3
CATEGORIES= www devel python
MASTER_SITES= LOCAL/rm
PKGNAMEPREFIX= trac-
DISTNAME= ${PORTNAME}plugin-${PORTVERSION}
DIST_SUBDIR= trac
MAINTAINER= ports@FreeBSD.org
COMMENT= Plugin to use Mercurial instead of Subversion in Trac
LICENSE= GPLv2
RUN_DEPENDS= hg:${PORTSDIR}/devel/mercurial \
tracd:${PORTSDIR}/www/trac
USE_PYTHON= 2
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>