d86ecfca5d
"looks good" sturm@
28 lines
653 B
Makefile
28 lines
653 B
Makefile
# $OpenBSD: Makefile,v 1.21 2007/04/12 18:59:36 jasper Exp $
|
|
|
|
COMMENT= "modules for parsing (and creating) MIME entities"
|
|
|
|
DISTNAME= MIME-tools-5.420
|
|
PKGNAME= p5-${DISTNAME}p1
|
|
CATEGORIES= mail
|
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
|
|
|
HOMEPAGE= http://www.zeegee.com/code/perl/MIME-tools/
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= cpan
|
|
|
|
RUN_DEPENDS= :p5-IO-stringy->=1.211:devel/p5-IO-stringy \
|
|
:p5-Mail-Tools-*:mail/p5-Mail-Tools \
|
|
:p5-Convert-BinHex-*:converters/p5-Convert-BinHex
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|