freebsd-ports/databases/pgdbf/Makefile
Wen Heping 5111de02d9 - Update to 0.5.1
PR:		ports/144764
Submitted by:	Kirk Strauser <kirk@strauser.com>
Approved by:	maintainer
2010-03-16 02:06:16 +00:00

25 lines
461 B
Makefile

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