1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/databases/p5-hp200lx-db/Makefile
Steve Price 482f556280 Moving p5-hp200lx-db version 0.07 to the databases category.
This is a perl modules for handling HP 200LX palmtop computer databases.

PR:		15851
Submitted by:	Gerhard Gonter (g.gonter@ieee.org>
2000-02-13 17:12:22 +00:00

26 lines
554 B
Makefile

# New ports collection makefile for: p5-hp200lx-db
# Version required: 0.07
# Date created: January 2nd 2000
# Whom: Gerhard Gonter <g.gonter@ieee.org>
#
# $FreeBSD$
#
DISTNAME= hp200lx-db-0.07
PKGNAME= p5-hp200lx-db-0.07
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= HP200LX
MAINTAINER= g.gonter@ieee.org
USE_PERL5= YES
# MAN3= HP200LX::DB.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
do-configure:
@( cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL )
.include <bsd.port.mk>