26 lines
641 B
Makefile
26 lines
641 B
Makefile
# $OpenBSD: Makefile,v 1.9 2010/10/18 21:25:08 espie Exp $
|
|
|
|
COMMENT= interface to palm pdb databases
|
|
|
|
# This is needed because PKGNAME defaults to p5-${DISTNAME} with the
|
|
# cpan MODULE and we'll end up with a PKGNAME like p5-p5-Palm-...
|
|
PKGNAME= ${DISTNAME}
|
|
|
|
MODULES= cpan
|
|
DISTNAME= p5-Palm-1.3.0
|
|
REVISION= 0
|
|
CATEGORIES= palm databases
|
|
HOMEPAGE= http://www.coldsync.org/
|
|
CPAN_AUTHOR= ARENSB
|
|
|
|
# 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
|
|
|
|
WRKDIST= ${WRKDIR}/p5-Palm-1.003_000
|
|
USE_GROFF = Yes
|
|
|
|
.include <bsd.port.mk>
|