c5f151a44c
testing and "groovy" simon@
27 lines
624 B
Makefile
27 lines
624 B
Makefile
# $OpenBSD: Makefile,v 1.26 2008/10/03 13:41:13 jasper Exp $
|
|
|
|
COMMENT= modules for parsing (and creating) MIME entities
|
|
|
|
DISTNAME= MIME-tools-5.427
|
|
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>
|