f15b57f2b8
bump all PKGNAMEs. OK jasper@
24 lines
514 B
Makefile
24 lines
514 B
Makefile
# $OpenBSD: Makefile,v 1.4 2006/12/25 13:40:28 simon Exp $
|
|
|
|
COMMENT= "unified interface to mail representations"
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Email-Abstract-2.131
|
|
PKGNAME= p5-${DISTNAME}p1
|
|
CATEGORIES= mail
|
|
|
|
MAINTAINER= Simon Dassow <simon@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= ::devel/p5-Module-Pluggable \
|
|
::mail/p5-Email-Simple
|
|
REGRESS_DEPENDS=::mail/p5-Email-MIME \
|
|
::mail/p5-Mail-Box
|
|
|
|
.include <bsd.port.mk>
|