opnsense-ports/devel/py-fs/Makefile
Franco Fichtner 3d5c58db7d */*: sync with upstream
Taken from: FreeBSD
2015-11-19 07:42:10 +01:00

19 lines
368 B
Makefile

# Created by: Douglas Thrift <douglas@douglasthrift.net>
# $FreeBSD$
PORTNAME= fs
PORTVERSION= 0.5.4
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= douglas@douglasthrift.net
COMMENT= Python filesystem abstraction
LICENSE= ISCL
NO_ARCH= yes
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>