diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mimedefang/Makefile | 3 | ||||
-rw-r--r-- | mail/p5-MIME-tools/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/mail/mimedefang/Makefile b/mail/mimedefang/Makefile index 6dc007d0d7f..4598e55d90c 100644 --- a/mail/mimedefang/Makefile +++ b/mail/mimedefang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2008/03/04 17:57:18 jlam Exp $ +# $NetBSD: Makefile,v 1.40 2010/01/30 23:08:00 heinz Exp $ DISTNAME= mimedefang-2.63 CATEGORIES= mail @@ -7,6 +7,7 @@ MASTER_SITES= http://www.mimedefang.org/static/ MAINTAINER= markd@NetBSD.org HOMEPAGE= http://www.mimedefang.org/ COMMENT= To inspect/modify e-mail as it passes through your mail relay +LICENSE= gnu-gpl-v2 DEPENDS+= p5-Digest-SHA1>=2.00:../../security/p5-Digest-SHA1 DEPENDS+= p5-HTML-Parser>=3.26:../../www/p5-HTML-Parser diff --git a/mail/p5-MIME-tools/Makefile b/mail/p5-MIME-tools/Makefile index 13121376588..35e03fa9ff0 100644 --- a/mail/p5-MIME-tools/Makefile +++ b/mail/p5-MIME-tools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2008/10/19 19:18:20 he Exp $ +# $NetBSD: Makefile,v 1.34 2010/01/30 23:08:00 heinz Exp $ # DISTNAME= MIME-tools-5.427 @@ -11,6 +11,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MIME/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/MIME-tools/ COMMENT= Perl5 modules for encoding and decoding MIME messages +LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir |