freebsd-ports/devel/py-gitosis/Makefile
Chris Rees adc021ebae - Use USERS and GROUPS
PR:		ports/157594
Submitted by:	Chris Rees <utisoft@gmail.com>
Approved by:	rene (mentor), maintainer (Douglas Thrift)
2011-07-03 15:19:15 +00:00

35 lines
838 B
Makefile

# New ports collection makefile for: gitosis
# Date created: 25 June 2009
# Whom: Douglas Thrift <douglas@douglasthrift.net>
#
# $FreeBSD$
#
PORTNAME= gitosis
PORTVERSION= 0.2.20090917
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:${PORTSDIR}/devel/git
USE_BZIP2= yes
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
USERS= git
GROUPS= ${USERS}
WRKSRC= ${WRKDIR}/${PORTNAME}
PYDISTUTILS_PKGVERSION= ${PORTVERSION:R}
post-install:
${CHMOD} +x ${PYTHON_SITELIBDIR}/${PYEASYINSTALL_EGG}/gitosis/templates/admin/hooks/post-update
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>