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!
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

25 lignes
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>