mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
17 lines
385 B
Makefile
17 lines
385 B
Makefile
# Created by: Andrew Arensburger <arensb+freebsd-ports@ooblick.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= p5-Palm
|
|
PORTVERSION= 1.3.0
|
|
CATEGORIES= palm perl5
|
|
MASTER_SITES= http://www.coldsync.org/download/
|
|
|
|
MAINTAINER= arensb@ooblick.com
|
|
COMMENT= Perl 5 modules for reading and writing Palm database files
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
WRKSRC= ${WRKDIR}/p5-Palm-1.003_000
|
|
|
|
.include <bsd.port.mk>
|