4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
30 lines
725 B
Makefile
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>
|