mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
18 lines
311 B
Makefile
18 lines
311 B
Makefile
# Created by: ijliao
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= lm-solve
|
|
PORTVERSION= 0.8.4
|
|
CATEGORIES= games
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= Games
|
|
DISTNAME= Games-LMSolve-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A Computerized Solver for Logic Mazes
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|