mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- 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/
This commit is contained in:
parent
560dc2464e
commit
dcd9a8bee0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=300705
@ -68,6 +68,7 @@
|
||||
SUBDIR += p5-GPS-Babel
|
||||
SUBDIR += p5-GPS-OID
|
||||
SUBDIR += p5-Geo-METAR
|
||||
SUBDIR += p5-Misc-Quality
|
||||
SUBDIR += p5-Weather-Underground
|
||||
SUBDIR += p5-ZConf-Weather
|
||||
SUBDIR += phoon
|
||||
|
22
astro/p5-Misc-Quality/Makefile
Normal file
22
astro/p5-Misc-Quality/Makefile
Normal file
@ -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>
|
2
astro/p5-Misc-Quality/distinfo
Normal file
2
astro/p5-Misc-Quality/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Misc-Quality-0.1.tar.gz) = a5c6d9800c5d8a21e527b18c577d05543be7f7636b54ded0e2c1d52007f0b0b7
|
||||
SIZE (Misc-Quality-0.1.tar.gz) = 8349
|
4
astro/p5-Misc-Quality/pkg-descr
Normal file
4
astro/p5-Misc-Quality/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
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/
|
5
astro/p5-Misc-Quality/pkg-plist
Normal file
5
astro/p5-Misc-Quality/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
%%SITE_PERL%%/Misc/Quality.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Misc/Quality/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Misc/Quality
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Misc
|
||||
@dirrmtry %%SITE_PERL%%/Misc
|
Loading…
Reference in New Issue
Block a user