d45fbf3040
Approved by: portmgr (implicit)
17 lines
323 B
Makefile
17 lines
323 B
Makefile
# Created by: Wen Heping <wenheping@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= biblio-py
|
|
PORTVERSION= 0.6.1
|
|
CATEGORIES= print python
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= Package to manage bibliography written in python
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|