blob: 825f0e60934fad2f6d6fa5d3bd14405548a7cd6c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= pymarc
PORTVERSION= 4.2.2
PORTEPOCH= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= python@FreeBSD.org
COMMENT= Read Write And Modify MARC Bibliographic Data
WWW= https://github.com/edsu/pymarc
LICENSE= BSD2CLAUSE
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils unittest
NO_ARCH= yes
.include <bsd.port.mk>
|