aboutsummaryrefslogtreecommitdiffstats
path: root/print/biblio-py/Makefile
blob: 763bf52186021d180f2d1bbb49ea91eaea78cb17 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$

PORTNAME=   biblio-py
PORTVERSION=    0.6.1
CATEGORIES= print python
MASTER_SITES=   CHEESESHOP \
        http://cabcat2.cnea.gov.ar/staff/fiol/

MAINTAINER= wen@FreeBSD.org
COMMENT=    A package to manage bibliography written in python

USE_PYTHON= yes
USE_PYDISTUTILS=    yes

NO_STAGE=   yes
.include <bsd.port.mk>