diff options
author | obache <obache> | 2012-12-17 04:54:40 +0000 |
---|---|---|
committer | obache <obache> | 2012-12-17 04:54:40 +0000 |
commit | ceab3b8ab8b61cca1acb19708af637884e0525c3 (patch) | |
tree | cd91ec7e26b3f992a6a55a40e5b39236a79058c8 /mail | |
parent | a8861c785d76c2232d7a0393a5aba6f6156a83c6 (diff) | |
download | pkgsrc-ceab3b8ab8b61cca1acb19708af637884e0525c3.tar.gz |
LICENSE=gnu-gpl-v2
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sendymail/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/sendymail/Makefile b/mail/sendymail/Makefile index 4e6fb18c5df..18a09e7e9e7 100644 --- a/mail/sendymail/Makefile +++ b/mail/sendymail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2012/10/08 12:19:31 asau Exp $ +# $NetBSD: Makefile,v 1.5 2012/12/17 04:54:40 obache Exp $ # DISTNAME= sendymail-0.5.8 @@ -9,6 +9,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sendymail/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://sendymail.sourceforge.net/ COMMENT= Send emails through Yahoo using your favorite email client +LICENSE= gnu-gpl-v2 DEPENDS+= p5-Crypt-SSLeay-[0-9]*:../../security/p5-Crypt-SSLeay DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5 |