Makefile 368 B

12345678910111213141516171819
  1. # Created by: Douglas Thrift <douglas@douglasthrift.net>
  2. # $FreeBSD$
  3. PORTNAME= fs
  4. PORTVERSION= 0.5.4
  5. CATEGORIES= devel python
  6. MASTER_SITES= CHEESESHOP
  7. PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
  8. MAINTAINER= douglas@douglasthrift.net
  9. COMMENT= Python filesystem abstraction
  10. LICENSE= ISCL
  11. NO_ARCH= yes
  12. USES= python
  13. USE_PYTHON= autoplist distutils
  14. .include <bsd.port.mk>