mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
5d5309c2ba
Approved by: jrm (mentor) Differential Revision: https://reviews.freebsd.org/D16170
20 lines
314 B
Makefile
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>
|