1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Remove editor backup file added by mistake

Pacify portlint by removing a full stop.
This commit is contained in:
Matthew Seaman 2016-12-28 11:10:33 +00:00
parent 38a99b2108
commit 5bd9961141
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=429737
2 changed files with 1 additions and 23 deletions

View File

@ -7,7 +7,7 @@ MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= matthew@FreeBSD.org
COMMENT= Add SQL read/write support to agate.
COMMENT= Add SQL read/write support to agate
LICENSE= MIT

View File

@ -1,22 +0,0 @@
# $FreeBSD$
PORTNAME= agate-sql
PORTVERSION= 0.5.0
CATEGORIES= databases textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= matthew@FreeBSD.org
COMMENT= Add SQL read/write support to agate.
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}agate>=1.5.0:textproc/py-agate \
${PYTHON_PKGNAMEPREFIX}sqlalchemy>=1.0.8:databases/py-sqlalchemy10
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>