IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an email to s dot adaszewski at gmail dot com. User accounts are meant only to report issues and/or generate pull requests. This is a purpose-specific Git hosting for ADARED projects. Thank you for your understanding!
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

25 Zeilen
596B

  1. # Created by: s.adaszewski@gmail.com
  2. # $FreeBSD$
  3. PORTNAME= jailconf
  4. PORTVERSION= 0.2.1
  5. CATEGORIES= devel python
  6. MASTER_SITES= https://github.com/leforestier/jailconf/archive/
  7. PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
  8. DISTNAME= v${PORTVERSION}
  9. WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
  10. MAINTAINER= s.adaszewski@gmail.com
  11. COMMENT= Parse and edit your FreeBSD jail.conf (jails configuration file) with python.
  12. LICENSE= BSD
  13. USES= python
  14. USE_PYTHON= distutils autoplist
  15. RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ply>0:devel/py-ply@${PY_FLAVOR}
  16. NO_ARCH= yes
  17. .include <bsd.port.mk>