mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 09:26:27 -04:00
22 lines
519 B
Makefile
22 lines
519 B
Makefile
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= oletools
|
|
PORTVERSION= 0.51
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= python@FreeBSD.org
|
|
COMMENT= Tools to analyze security characteristics of MS OLE2 files
|
|
|
|
LICENSE= BSD2CLAUSE MIT
|
|
LICENSE_COMB= multi
|
|
LICENSE_FILE_BSD2CLAUSE= ${WRKSRC}/oletools/LICENSE.txt
|
|
LICENSE_FILE_MIT= ${WRKSRC}/oletools/LICENSE.txt
|
|
|
|
NO_ARCH= yes
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|