mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 17:36:28 -04:00
22 lines
512 B
Makefile
22 lines
512 B
Makefile
# Created by: Antoine Brodin <antoine@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= olefile
|
|
PORTVERSION= 0.44
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= antoine@FreeBSD.org
|
|
COMMENT= Python module to read MS OLE2 files
|
|
|
|
LICENSE= BSD2CLAUSE MIT
|
|
LICENSE_COMB= multi
|
|
LICENSE_FILE_BSD2CLAUSE= ${WRKSRC}/olefile/LICENSE.txt
|
|
LICENSE_FILE_MIT= ${WRKSRC}/olefile/LICENSE.txt
|
|
|
|
NO_ARCH= yes
|
|
USES= dos2unix python zip
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|