mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
a667b0683a
- Use PYDISTUTILS_AUTOPLIST
26 lines
535 B
Makefile
26 lines
535 B
Makefile
# Created by: Carlo Strub <c-s@c-s.li>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= bzr-loom
|
|
PORTVERSION= 2.2.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://launchpadlibrarian.net/94514373/ \
|
|
http://www.c-s.li/ports/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Bazaar plugin to assist in developing focused patches
|
|
|
|
LICENSE= GPLv2
|
|
|
|
BUILD_DEPENDS= bzr:${PORTSDIR}/devel/bzr
|
|
RUN_DEPENDS= bzr:${PORTSDIR}/devel/bzr
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|