mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- Fix Makefile's header [1]
- Add LICENSE (MIT) [1] - Pet portlint(1) by reformatting WWW link PR: ports/188242 [1] Submitted by: Rober Kruus <rob.kruus@gmail.com> (maintainer)
This commit is contained in:
parent
b2161bcd02
commit
430f42032a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=350198
@ -1,4 +1,4 @@
|
||||
# Created by: April 15 2009
|
||||
# Created by: Robert Kruus <rob.kruus@gmail.com>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pyodbc
|
||||
@ -10,6 +10,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
MAINTAINER= rob.kruus@gmail.com
|
||||
COMMENT= ODBC connections for python
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
USES= zip
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= easy_install
|
||||
|
@ -5,4 +5,4 @@ It implements the Python Database API Specification v2.0, but
|
||||
additional features have been added to simplify database
|
||||
programming even more.
|
||||
|
||||
WWW: http://code.google.com/p/pyodbc/
|
||||
WWW: http://code.google.com/p/pyodbc/
|
||||
|
Loading…
Reference in New Issue
Block a user