freebsd-ports/devel/p5-Data-ShowTable/Makefile
Satoshi Asami 0479cd8e5b Change category from "misc" to "devel". I assume that's why it
was put in this directory to begin with. :)

Reported by:	ken@mui.net
1998-04-19 10:43:52 +00:00

27 lines
629 B
Makefile

# New ports collection makefile for: p5-Data-ShowTable
# Version required: 3.3
# Date created: September 10th 1997
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
# $Id: Makefile,v 1.1.1.1 1997/09/13 17:46:55 jfitz Exp $
#
DISTNAME= Data-ShowTable-3.3
PKGNAME= p5-Data-ShowTable-3.3
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Data
MAINTAINER= jfitz@FreeBSD.ORG
USE_PERL5= YES
MAN1= showtable.1
MAN3= Data::ShowTable.3
MAN3PREFIX= ${PREFIX}/lib/perl5
do-configure:
@cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PREFIX}/bin/perl Makefile.PL
.include <bsd.port.mk>