blob: ce4c24497276b82d47c0756c59e30b5490332aa7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: biblio-py
# Date created: 10 May, 2009
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= biblio-py
PORTVERSION= 0.5.2
CATEGORIES= print python
MASTER_SITES= CHEESESHOP \
http://cabcat2.cnea.gov.ar/staff/fiol/
MAINTAINER= wenheping@gmail.com
COMMENT= A package to manage bibliography written in python
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>
|