blob: 415bfde4473ed4a8ce2fc3b476cac80eb8edfee2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# Ports collection makefile for: pgdbf
# Date created: 23 June 2009
# Whom: kirk@daycos.com
#
# $FreeBSD$
#
PORTNAME= pgdbf
PORTVERSION= 0.6.1
CATEGORIES= databases
MASTER_SITES= SF
MAINTAINER= kirk@strauser.com
COMMENT= Convert XBase / FoxPro tables to PostgreSQL
LICENSE= GPLv3
USE_XZ= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
MAN1= pgdbf.1
PLIST_FILES= bin/pgdbf \
%%DOCSDIR%%/README
PLIST_DIRS= %%DOCSDIR%%
.include <bsd.port.mk>
|