b8290c1220
and switch to MakeMaker install ok espie@
18 lines
342 B
Makefile
18 lines
342 B
Makefile
# $OpenBSD: Makefile,v 1.9 2007/05/18 22:08:15 simon Exp $
|
|
|
|
COMMENT= "verify credit card pins"
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Business-CreditCard-0.30
|
|
CATEGORIES= misc
|
|
|
|
MAINTAINER= Marc Espie <espie@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|