diff options
author | gdt <gdt@pkgsrc.org> | 2021-11-08 01:09:14 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2021-11-08 01:09:14 +0000 |
commit | 181ebd61fb4e0d7c68a8fdc2f20ed8211a8456b7 (patch) | |
tree | 72c1ed1e5784486810ab4a18c490c102e38078d2 /misc/labelnation | |
parent | 88b416b08b589a44fdd3a4b44bbdab2132b960b9 (diff) | |
download | pkgsrc-181ebd61fb4e0d7c68a8fdc2f20ed8211a8456b7.tar.gz |
misc/labelnation: Mark as needing python 2.7
Diffstat (limited to 'misc/labelnation')
-rw-r--r-- | misc/labelnation/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/labelnation/Makefile b/misc/labelnation/Makefile index 0ef20018093..b6e4d3dd92d 100644 --- a/misc/labelnation/Makefile +++ b/misc/labelnation/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2021/11/07 14:52:08 gdt Exp $ +# $NetBSD: Makefile,v 1.8 2021/11/08 01:09:14 gdt Exp $ DISTNAME= labelnation-1.218 CATEGORIES= misc @@ -9,6 +9,7 @@ HOMEPAGE= https://www.red-bean.com/labelnation/ COMMENT= Command-line label, business card printing program LICENSE= gnu-gpl-v3 +PYTHON_VERSIONS_ACCEPTED= 27 REPLACE_PYTHON= labelnation csv_to_ln USE_LANGUAGES= # none |