freebsd-ports/databases/pgdbf/Makefile
Martin Wilke a86c4c9aef - Update to 0.5.5
PR:		154509
Submitted by:	Kirk Strauser <kirk@strauser.com> (maintainer from different mail adress
2011-02-19 12:45:12 +00:00

27 lines
436 B
Makefile

# Ports collection makefile for: pgdbf
# Date created: 23 June 2009
# Whom: kirk@daycos.com
#
# $FreeBSD$
#
PORTNAME= pgdbf
PORTVERSION= 0.5.5
CATEGORIES= databases
MASTER_SITES= SF
MAINTAINER= kirk@strauser.com
COMMENT= Convert XBase / FoxPro tables to PostgreSQL
LICENSE= GPLv3
USE_GMAKE= yes
GNU_CONFIGURE= yes
MAN1= pgdbf.1
PLIST_FILES= bin/pgdbf \
%%DOCSDIR%%/README
PLIST_DIRS= %%DOCSDIR%%
.include <bsd.port.mk>