1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/devel/py-pymarc/Makefile
2010-11-25 08:17:09 +00:00

21 lines
420 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.71
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
COMMENT= Read Write And Modify MARC Bibliographic Data
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>