18 lines
343 B
Makefile
18 lines
343 B
Makefile
# $OpenBSD: Makefile,v 1.10 2007/09/15 23:54:17 merdely 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>
|