freebsd-ports/devel/py-gitosis/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

30 lines
725 B
Makefile

# Created by: Douglas Thrift <douglas@douglasthrift.net>
# $FreeBSD$
PORTNAME= gitosis
PORTVERSION= 0.2.20090917
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= http://apt.douglasthrift.net/files/${PORTNAME}/ \
http://code.douglasthrift.net/files/${PORTNAME}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= douglas@douglasthrift.net
COMMENT= Software for hosting git repositories
LICENSE= GPLv2
RUN_DEPENDS= git:devel/git
USES= python tar:bzip2
USE_PYTHON= distutils autoplist
USERS= git
GROUPS= ${USERS}
WRKSRC= ${WRKDIR}/${PORTNAME}
PYDISTUTILS_PKGVERSION= ${PORTVERSION:R}
post-install:
${CHMOD} +x ${STAGEDIR}${PYTHON_SITELIBDIR}/gitosis/templates/admin/hooks/post-update
.include <bsd.port.mk>