blob: 98abe19aa36f1a07d63731a61ad1c1cc7b609e6b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: p5-LEGO-RCX
# Date created: July 05 2000
# Whom: Kelly Yancey <kbyanc@posi.net>
#
# $FreeBSD$
#
PORTNAME= LEGO-RCX
PORTVERSION= 1.01
CATEGORIES= misc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= LEGO
PKGNAMEPREFIX= p5-
MAINTAINER= kbyanc@FreeBSD.org
COMMENT= Perl module for communicating with the Lego RCX brick via the IR tower
PERL_CONFIGURE= yes
MAN3= LEGO::RCX.3
.include <bsd.port.mk>
|