1
0
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:
Frederic Culot 2014-04-05 06:34:54 +00:00
parent b2161bcd02
commit 430f42032a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=350198
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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/