661b51908b
Submitted by Sebastian Stark <seb@todesplanet.de>. A set of Perl 5 modules for reading, manipulating, and writing the .pdb and .prc database files used by PalmOS devices such as the PalmPilot and its successors.
22 lines
557 B
Makefile
22 lines
557 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2002/07/26 00:36:21 naddy Exp $
|
|
|
|
COMMENT= "interface to palm pdb databases"
|
|
|
|
DISTNAME= p5-Palm-1.2.4
|
|
CATEGORIES= palm databases perl5
|
|
HOMEPAGE= http://www.ooblick.com/software/coldsync/
|
|
|
|
MAINTAINER= Sebastian Stark <seb@todesplanet.de>
|
|
|
|
# refers to the artistic license perl uses, but doesn't include it
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/A/AR/ARENSB/}
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|