21 lines
448 B
Makefile
21 lines
448 B
Makefile
|
# New ports collection makefile for: Business::OCV
|
||
|
# Date created: 17 December 2003
|
||
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= Business-OCV
|
||
|
PORTVERSION= 0.1
|
||
|
CATEGORIES= finance perl5
|
||
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||
|
MASTER_SITE_SUBDIR= ../by-authors/id/B/BE/BENL
|
||
|
PKGNAMEPREFIX= p5-
|
||
|
|
||
|
MAINTAINER= ports@FreeBSD.org
|
||
|
COMMENT= An interface to the Ingenico OCV Server
|
||
|
|
||
|
PERL_CONFIGURE= yes
|
||
|
|
||
|
.include <bsd.port.mk>
|