3f6d4d2389
"Couldn't find subject in old manpage /usr/local/man/man3p/Mail::IMAPClient::foo.3p Unknown manpage type /usr/local/man/man3p/Mail::IMAPClient::foo.3p" regen patch-Makefile_PL while there ok merdely@
22 lines
449 B
Makefile
22 lines
449 B
Makefile
# $OpenBSD: Makefile,v 1.18 2007/09/18 23:40:57 sthen Exp $
|
|
|
|
COMMENT= perl module for an IMAP Client API
|
|
|
|
VERSION= 2.2.9
|
|
DISTNAME= Mail-IMAPClient-${VERSION}
|
|
PKGNAME= p5-${DISTNAME}p1
|
|
CATEGORIES= mail
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= cpan
|
|
|
|
RUN_DEPENDS= :p5-Parse-RecDescent-*:devel/p5-Parse-RecDescent
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|