aboutsummaryrefslogtreecommitdiff
path: root/astro/p5-Misc-Quality/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-07-10 06:34:55 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-07-10 06:34:55 +0000
commitdcd9a8bee0d31bf1e195fbf05703ff78e6dd8099 (patch)
treede4947c48fd4b1d0a8c5b832a6af57d7c02912d9 /astro/p5-Misc-Quality/Makefile
parent560dc2464ec61d215c31a1a7b7d7ce890a30f993 (diff)
downloadports-dcd9a8bee0d31bf1e195fbf05703ff78e6dd8099.tar.gz
ports-dcd9a8bee0d31bf1e195fbf05703ff78e6dd8099.zip
Notes
Diffstat (limited to 'astro/p5-Misc-Quality/Makefile')
-rw-r--r--astro/p5-Misc-Quality/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/astro/p5-Misc-Quality/Makefile b/astro/p5-Misc-Quality/Makefile
new file mode 100644
index 000000000000..d19e9004da0c
--- /dev/null
+++ b/astro/p5-Misc-Quality/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: p5-Misc-Quality
+# Date created: 2012-07-01
+# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Misc-Quality
+PORTVERSION= 0.1
+CATEGORIES= astro perl5
+MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= CPAN:AALLAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Class for handling quality flags for astronomical objects
+
+PERL_CONFIGURE= yes
+
+MAN3= Misc::Quality.3
+
+.include <bsd.port.mk>