mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
4aaab89f57
PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
21 lines
428 B
Makefile
21 lines
428 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= 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>
|