mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
2b13ca0d1a
Feature safe: yes
21 lines
424 B
Makefile
21 lines
424 B
Makefile
# New ports collection makefile for: biblio-py
|
|
# Date created: 10 May, 2009
|
|
# Whom: 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
|
|
|
|
.include <bsd.port.mk>
|