summaryrefslogtreecommitdiff
path: root/comms/p5-Device-SerialPort/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'comms/p5-Device-SerialPort/Makefile')
-rw-r--r--comms/p5-Device-SerialPort/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/comms/p5-Device-SerialPort/Makefile b/comms/p5-Device-SerialPort/Makefile
new file mode 100644
index 00000000000..49fc9d62b4d
--- /dev/null
+++ b/comms/p5-Device-SerialPort/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/12/18 23:04:26 tsarna Exp $
+#
+
+DISTNAME= Device-SerialPort-0.070
+PKGNAME= p5-${DISTNAME}
+WRKSRC= ${WRKDIR}/Device-SerialPort-0.07
+CATEGORIES= comms perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Device/}
+
+MAINTAINER= damon@brodiefamily.org
+HOMEPAGE= http://members.aol.com/Bbirthisel/alpha.html
+
+USE_PERL5= # defined
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Device/SerialPort/.packlist
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+
+.include "../../mk/bsd.pkg.mk"