mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
da47aa1ebe
- Pass MAINTAINER'ship to submitter While here: - Improve License - Remove outdated MASTER_SITE Changes: http://spiff.rit.edu/match/match-1.0/NEWS PR: 221469 Submitted by: Andreas Andersson <a.andersson.thn@gmail.com>
19 lines
326 B
Makefile
19 lines
326 B
Makefile
# Created by: ijliao
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= match
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= astro
|
|
MASTER_SITES= http://spiff.rit.edu/match/
|
|
|
|
MAINTAINER= a.andersson.thn@gmail.com
|
|
COMMENT= Program for matching star lists
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
CONFLICTS= avenger-[0-9]*
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|