diff options
author | nils <nils@pkgsrc.org> | 2016-05-16 13:53:34 +0000 |
---|---|---|
committer | nils <nils@pkgsrc.org> | 2016-05-16 13:53:34 +0000 |
commit | 07d34e5fc300f35c9dad8026aa0d90348e498d9a (patch) | |
tree | 67dccdf41e18fe9406552ba2a5db9bd28c412e5c /devel | |
parent | 89f0b6c5b9edcb9023b6adec3d368cda9b7aeda9 (diff) | |
download | pkgsrc-07d34e5fc300f35c9dad8026aa0d90348e498d9a.tar.gz |
add and enable py-ruamel-yaml
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index 93daf3ea37c..93a4428c360 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2256 2016/05/16 13:42:50 nils Exp $ +# $NetBSD: Makefile,v 1.2257 2016/05/16 13:53:34 nils Exp $ # COMMENT= Development utilities @@ -1834,6 +1834,7 @@ SUBDIR+= py-rope SUBDIR+= py-rply SUBDIR+= py-ruamel-base SUBDIR+= py-ruamel-ordereddict +SUBDIR+= py-ruamel-yaml SUBDIR+= py-serpent SUBDIR+= py-setuptools SUBDIR+= py-setuptools_scm |