openbsd-ports/devel/p5-IPC-ShareLite/Makefile
wilfried 0ac4bbe8b2 Import p5-IPC-ShareLite 0.08; submitted by Jim Geovedi <jim@corebsd.or.id>
Provides a simple interface to shared memory, allowing data to be
efficiently communicated between processes.
2002-10-16 13:02:03 +00:00

22 lines
459 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2002/10/16 13:02:03 wilfried Exp $
COMMENT= "simple interface to access shared memory"
DISTNAME= IPC-ShareLite-0.08
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MAINTAINER= Jim Geovedi <jim@corebsd.or.id>
# Artistic License
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IPC/}
CONFIGURE_STYLE= perl
.include <bsd.port.mk>