mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
21 lines
340 B
Makefile
21 lines
340 B
Makefile
# Created by: kirk@daycos.com
|
|
|
|
PORTNAME= pgdbf
|
|
PORTVERSION= 0.6.2
|
|
CATEGORIES= databases
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= kirk@strauser.com
|
|
COMMENT= Convert XBase / FoxPro tables to PostgreSQL
|
|
|
|
LICENSE= GPLv3
|
|
|
|
USES= gmake tar:xz
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/pgdbf \
|
|
%%DOCSDIR%%/README \
|
|
man/man1/pgdbf.1.gz
|
|
|
|
.include <bsd.port.mk>
|