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!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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