blob: 8162e50e1546fb7fb2180749174d8f27dc77c662 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Created by: ijliao
# $FreeBSD$
PORTNAME= lm-solve
PORTVERSION= 0.8.4
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= CPAN/Games
DISTNAME= Games-LMSolve-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Computerized Solver for Logic Mazes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|