openbsd-ports/devel/p5-Array-Compare/Makefile
msf 6245337ce6 Initial import of Array-Compare-1.09
If you have two arrays and you want to know if they are the same or
different, then Array::Compare will be useful to you.
2004-07-09 01:30:00 +00:00

24 lines
470 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2004/07/09 01:30:00 msf Exp $
COMMENT= "Perl module for comparing arrays"
DISTNAME= Array-Compare-1.09
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
# Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Array/}
CONFIGURE_STYLE= perl modbuild
PKG_ARCH= *
.include <bsd.port.mk>