40bfde3f15
MARC21 bibliographic data. WWW: http://pypi.python.org/pypi/pymarc PR: ports/125427 Submitted by: Wen Heping <wenheping at gmail.com>
20 lines
424 B
Makefile
20 lines
424 B
Makefile
# New ports collection makefile for: py-pymarc
|
|
# Date created: 09 July 2008
|
|
# Whom: Wen Heping <wenheping@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pymarc
|
|
PORTVERSION= 2.23
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= wenheping@gmail.com
|
|
COMMENT= Read Write And Modify MARC Bibliographic Data
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
.include <bsd.port.mk>
|