b72d21d82a
This release brings mostly bugfixes and more sanity-checks From maintainer Sebastian Stark <seb@todesplanet.de>
24 lines
601 B
Makefile
24 lines
601 B
Makefile
# $OpenBSD: Makefile,v 1.3 2003/01/15 00:10:09 pvalchev Exp $
|
|
|
|
COMMENT= "interface to palm pdb databases"
|
|
|
|
DISTNAME= p5-Palm-1.3.0
|
|
CATEGORIES= palm databases perl5
|
|
HOMEPAGE= http://www.coldsync.org/
|
|
|
|
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= ${HOMEPAGE}download/ \
|
|
${MASTER_SITE_PERL_CPAN:=../by-authors/id/A/AR/ARENSB/}
|
|
|
|
CONFIGURE_STYLE= perl
|
|
WRKDIST= ${WRKDIR}/p5-Palm-1.003_000
|
|
|
|
.include <bsd.port.mk>
|