1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/devel/py-pymarc/Makefile
William Grzybowski 1e5dd26ef3 devel/py-pymarc: update to 3.0.1
- USES python
- Change LICENSE
- Pass maintainership to python
2014-08-24 15:21:45 +00:00

25 lines
509 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= pymarc
PORTVERSION= 3.0.1
PORTEPOCH= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= python@FreeBSD.org
COMMENT= Read Write And Modify MARC Bibliographic Data
LICENSE= BSD2CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:${PORTSDIR}/devel/py-six
USES= python
USE_PYTHON= autoplist distutils
regression-test: build
@cd ${WRKSRC} && ${PYTHON_CMD} test.py
.include <bsd.port.mk>