openbsd-ports/mail/p5-Email-Abstract/Makefile

24 lines
525 B
Makefile
Raw Normal View History

2006-11-18 16:09:46 -05:00
# $OpenBSD: Makefile,v 1.3 2006/11/18 21:09:46 steven Exp $
COMMENT= "unified interface to mail representations"
2006-11-14 18:00:56 -05:00
MODULES= cpan
DISTNAME= Email-Abstract-2.131
2006-11-18 16:09:46 -05:00
PKGNAME= p5-${DISTNAME}p0
2006-11-14 18:00:56 -05:00
CATEGORIES= mail
MAINTAINER= Simon Dassow <janus@errornet.de>
# Artistic + GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2006-11-14 18:00:56 -05:00
RUN_DEPENDS= ::devel/p5-Module-Pluggable \
::mail/p5-Email-Simple
2006-11-14 18:00:56 -05:00
REGRESS_DEPENDS=::mail/p5-Email-MIME \
::mail/p5-Mail-Box
.include <bsd.port.mk>