1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/games/lm-solve/Makefile

18 lines
311 B
Makefile
Raw Normal View History

# Created by: ijliao
# $FreeBSD$
PORTNAME= lm-solve
2009-07-22 21:00:34 +00:00
PORTVERSION= 0.8.4
CATEGORIES= games
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Games
DISTNAME= Games-LMSolve-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
2003-02-20 17:32:26 +00:00
COMMENT= A Computerized Solver for Logic Mazes
2013-08-02 18:21:05 +00:00
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>