diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2008-12-28 18:54:08 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2008-12-28 18:54:08 +0800 |
commit | c06f4c73270c4aed4ca94f2b8a1134a109a4203f (patch) | |
tree | c304056047d1d5632ec748b6a330252e76627fb9 /sysutils/py-bcfg2/Makefile | |
parent | 95279ed3b5e8fce721cd257b9a7c18739ecdaddd (diff) | |
download | freebsd-ports-gnome-c06f4c73270c4aed4ca94f2b8a1134a109a4203f.tar.gz freebsd-ports-gnome-c06f4c73270c4aed4ca94f2b8a1134a109a4203f.tar.zst freebsd-ports-gnome-c06f4c73270c4aed4ca94f2b8a1134a109a4203f.zip |
CATEGORIES+= python for py- ports missing it
PR: ports/124921
Approved by: portmgr (pav)
Diffstat (limited to 'sysutils/py-bcfg2/Makefile')
-rw-r--r-- | sysutils/py-bcfg2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/py-bcfg2/Makefile b/sysutils/py-bcfg2/Makefile index ee15b284e2c9..bfe8ea3b5c52 100644 --- a/sysutils/py-bcfg2/Makefile +++ b/sysutils/py-bcfg2/Makefile @@ -8,7 +8,7 @@ PORTNAME= bcfg2 PORTVERSION= 0.9.5.5 PORTREVISION= 2 -CATEGORIES= sysutils +CATEGORIES= sysutils python MASTER_SITES= ftp://ftp.mcs.anl.gov/pub/bcfg/ \ http://mirror.opensysadmin.com/bcfg/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |