forked from Lainports/opnsense-ports
19 lines
314 B
Makefile
19 lines
314 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= xopen
|
|
DISTVERSION= 0.3.5
|
|
CATEGORIES= archivers python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= jwb@FreeBSD.org
|
|
COMMENT= Open compressed files transparently
|
|
|
|
LICENSE= MIT
|
|
|
|
NO_ARCH= yes
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|