18 lines
346 B
Makefile
18 lines
346 B
Makefile
# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Business-OCV
|
|
PORTVERSION= 0.1
|
|
CATEGORIES= finance perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:BENL
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Interface to the Ingenico OCV Server
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|