diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-06-15 20:50:44 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-06-15 20:50:44 +0000 |
commit | 5cda1e078381faa4ab8787c862e038825ca560e3 (patch) | |
tree | 447bef75bb2a5e3669a89aa3d3d0a93212ad08d6 /devel/p5-ZConf-GUI/Makefile | |
parent | efde59074e5b49f0ef76cb7fed8229fa54d5ff6d (diff) |
Notes
Diffstat (limited to 'devel/p5-ZConf-GUI/Makefile')
-rw-r--r-- | devel/p5-ZConf-GUI/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/p5-ZConf-GUI/Makefile b/devel/p5-ZConf-GUI/Makefile new file mode 100644 index 000000000000..9ffd38549c04 --- /dev/null +++ b/devel/p5-ZConf-GUI/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: devel/p5-ZConf-GUI +# Date created: 2009-05-25 +# Whom: Zane C, Bowers <vvelox@vvelox.net> +# +# $FreeBSD$ +# + +PORTNAME= ZConf-GUI +PORTVERSION= 0.1.0 +CATEGORIES= devel +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= ../../authors/id/V/VV/VVELOX +PKGNAMEPREFIX= p5- + +MAINTAINER= vvelox@vvelox.net +COMMENT= A GUI backend chooser + +PERL_CONFIGURE= yes + +MAN3= ZConf::GUI.3 + +.include <bsd.port.mk> |