1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/finance/p5-Business-CreditCard/Makefile

28 lines
788 B
Makefile
Raw Normal View History

# New ports collection makefile for: p5-Business-CreditCard
1998-03-14 19:58:42 +00:00
# Version required: 0.21
# Date created: October 20th 1996
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
1999-08-25 07:23:21 +00:00
# $FreeBSD$
#
1998-03-14 19:58:42 +00:00
DISTNAME= Business-CreditCard-0.21
PKGNAME= p5-Business-CreditCard-0.21
1997-04-20 13:53:29 +00:00
CATEGORIES= misc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Business
MAINTAINER= jfitz@FreeBSD.ORG
USE_PERL5= YES
NO_BUILD= YES
do-install:
1998-03-14 19:58:42 +00:00
@ ${CP} ${WRKSRC}/CreditCard.pm ${WRKSRC}/CreditCard-0.21.pm
@ ${MKDIR} ${PREFIX}/lib/perl5/site_perl/Business/
1998-03-14 19:58:42 +00:00
@ ${INSTALL_DATA} ${WRKSRC}/CreditCard-0.21.pm ${PREFIX}/lib/perl5/site_perl/Business/
1999-08-28 01:58:05 +00:00
@ ${LN} -sf ${PREFIX}/lib/perl5/site_perl/Business/CreditCard-0.21.pm ${PREFIX}/lib/perl5/site_perl/Business/CreditCard.pm
.include <bsd.port.mk>