openbsd-ports/palm/p5-Palm/Makefile

26 lines
641 B
Makefile
Raw Normal View History

2010-10-18 17:25:07 -04:00
# $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}
2007-01-14 15:35:36 -05:00
MODULES= cpan
DISTNAME= p5-Palm-1.3.0
2010-07-24 13:36:16 -04:00
REVISION= 0
2007-01-14 15:35:36 -05:00
CATEGORIES= palm databases
HOMEPAGE= http://www.coldsync.org/
2007-01-14 15:35:36 -05:00
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
2010-10-18 17:25:07 -04:00
USE_GROFF = Yes
.include <bsd.port.mk>