dcd9a8bee0
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/
22 lines
456 B
Makefile
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>
|