diff options
author | joerg <joerg@pkgsrc.org> | 2011-12-03 00:02:14 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2011-12-03 00:02:14 +0000 |
commit | bbde65f2e00b8129333e938dbda61639dcfc274d (patch) | |
tree | 91980d7516c0a1d7951f6b3e9a7efbf4077abf95 /mail | |
parent | 92cdf9b29f1fecfb347d0f402bd4113590150e97 (diff) | |
download | pkgsrc-bbde65f2e00b8129333e938dbda61639dcfc274d.tar.gz |
Tag the 28 locations that result in a Python 3.1 package as supporting so.
Remove it from the default list for the rest.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/py-sendmail-admin/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/py-sendmail-admin/Makefile b/mail/py-sendmail-admin/Makefile index 80a987b4096..c9a21e699ae 100644 --- a/mail/py-sendmail-admin/Makefile +++ b/mail/py-sendmail-admin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2010/03/10 16:13:31 pettai Exp $ +# $NetBSD: Makefile,v 1.4 2011/12/03 00:02:15 joerg Exp $ # VER= 1.0 @@ -12,6 +12,8 @@ HOMEPAGE= http://www.clapper.org/software/python/sendmail-admin/ COMMENT= Mailqs and rmmq, two scripts that ease Sendmail administration LICENSE= 2-clause-bsd +PYTHON_VERSIONS_INCLUDE_3X= yes + USE_LANGUAGES= # none PKG_DESTDIR_SUPPORT= user-destdir |