b71567f9d3
Stephan A. Rickauer takes maintainership, suggested by previous maintainer
18 lines
380 B
Makefile
18 lines
380 B
Makefile
# $OpenBSD: Makefile,v 1.5 2009/08/25 17:15:33 jasper Exp $
|
|
|
|
COMMENT= simple module for handling email messages
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Email-Simple-2.005
|
|
CATEGORIES= mail
|
|
|
|
MAINTAINER= Stephan A. Rickauer <stephan.rickauer@startek.ch>
|
|
|
|
# Same as Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|