1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00
freebsd-ports/devel/py-pymarc/Makefile
Martin Wilke 608a3048fe - Update to 2.32
Approved by:	maintainer implicit
2009-05-01 15:38:44 +00:00

21 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.32
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>