summaryrefslogtreecommitdiff
path: root/misc/p5-LEGO-RCX/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/p5-LEGO-RCX/Makefile')
-rw-r--r--misc/p5-LEGO-RCX/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/misc/p5-LEGO-RCX/Makefile b/misc/p5-LEGO-RCX/Makefile
new file mode 100644
index 000000000000..9a08e203b88e
--- /dev/null
+++ b/misc/p5-LEGO-RCX/Makefile
@@ -0,0 +1,26 @@
+# 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.00
+CATEGORIES= misc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= LEGO
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= kbyanc@posi.net
+
+USE_PERL5= yes
+
+MAN3= LEGO::RCX.3
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \
+ CC="${CC}" CCFLAGS="${CFLAGS}"
+
+.include <bsd.port.mk>