0c61a3064e
from Jasper Lievisse Adriaanse (maintainer)
31 lines
723 B
Makefile
31 lines
723 B
Makefile
# $OpenBSD: Makefile,v 1.16 2006/01/07 09:37:19 steven Exp $
|
|
|
|
COMMENT= "modules for parsing (and creating!) MIME entities"
|
|
|
|
DISTNAME= MIME-tools-5.419
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= mail perl5
|
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@nedbsd.nl>
|
|
|
|
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
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MIME/}
|
|
|
|
RUN_DEPENDS= :p5-IO-stringy->=1.211:devel/p5-IO-stringy \
|
|
:p5-Mail-Tools-*:mail/p5-Mail-Tools \
|
|
:p5-MIME-Base64->=3.03:converters/p5-MIME-Base64
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
PKG_ARCH= *
|
|
|
|
.include <bsd.port.mk>
|