openbsd-ports/www/mhonarc/Makefile
espie 0e6f6f93bb Kill first component of BUILD_DEPENDS.
Fix sawfish comment while I'm at it.
`window manager for the X windows system'.
Like DUH ! It's going to be a window manager for my microwave oven ?
2001-11-10 15:00:47 +00:00

34 lines
787 B
Makefile

# $OpenBSD: Makefile,v 1.6 2001/11/10 15:00:52 espie Exp $
COMMENT= "highly customizable e-mail to HTML converter"
DISTNAME= MHonArc2.4.9
PKGNAME= mhonarc-2.4.9
CATEGORIES= www mail
NEED_VERSION= 1.489
HOMEPAGE= http://www.mhonarc.org/
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://www.mhonarc.org/tar/ \
http://www.oac.uci.edu/indiv/ehood/tar/ \
ftp://ftp.plig.org/pub/CPAN/authors/id/EHOOD/
PERL_MODULES= ${LOCALBASE}/libdata/perl5/site_perl
BUILD_DEPENDS= ::security/p5-Digest-MD5
RUN_DEPENDS= ${BUILD_DEPENDS}
post-extract:
@chmod -R u+w ${WRKDIST}
CONFIGURE_STYLE= perl
ALL_TARGET= default
.include <bsd.port.mk>