mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
d1850a3d8c
Use DISTVERSION in place of DISTNAME where possible. Remove perl 5.005 shims.
25 lines
509 B
Makefile
25 lines
509 B
Makefile
# New ports collection makefile for: p5-Data-Page
|
|
# Date created: 21 july 2003
|
|
# Whom: Mathieu Arnold <m@absolight.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Data-Page
|
|
PORTVERSION= 2.00
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= mat@FreeBSD.org
|
|
COMMENT= Pager utility for Class::DBI
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/Class/Accessor/Chained.pm:${PORTSDIR}/devel/p5-Class-Accessor-Chained
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
MAN3= Data::Page.3
|
|
|
|
.include <bsd.port.mk>
|