1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/devel/py-pymarc/Makefile

21 lines
424 B
Makefile
Raw Normal View History

# 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>