mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
34ca3b6015
- 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)
24 lines
462 B
Makefile
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>
|