freebsd-ports/astro/p5-Misc-Quality/Makefile
Sunpoet Po-Chuan Hsieh dcd9a8bee0 - Add p5-Misc-Quality 0.1
Misc::Quality provides a class for handling quality flags for astronomical
objects. This class can handle any type of flag used.

WWW: http://search.cpan.org/dist/Misc-Quality/
2012-07-10 06:34:55 +00:00

22 lines
456 B
Makefile

# 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>