1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/archivers/py-xopen/Makefile
Jason W. Bacon 5d5309c2ba archivers/py-xopen: Upgrade to 0.3.5
Approved by:    jrm (mentor)
Differential Revision:  https://reviews.freebsd.org/D16170
2018-07-07 13:41:18 +00:00

20 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>