forked from Lainports/freebsd-ports
Homepage link is permanent redirected to its HTTPS counterpart Issue reported by repology : https://repology.org/repository/freebsd/problems Approved by: portmgr (blanket) PR: 274888
19 lines
346 B
Makefile
19 lines
346 B
Makefile
PORTNAME= pgdbf
|
|
PORTVERSION= 0.6.2
|
|
CATEGORIES= databases
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= kirk@strauser.com
|
|
COMMENT= Convert XBase / FoxPro tables to PostgreSQL
|
|
WWW= https://pgdbf.sourceforge.net/
|
|
|
|
LICENSE= GPLv3
|
|
|
|
USES= gmake tar:xz
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/pgdbf \
|
|
%%DOCSDIR%%/README \
|
|
man/man1/pgdbf.1.gz
|
|
|
|
.include <bsd.port.mk>
|