[Midnightbsd-cvs] mports [22537] trunk/databases/p5-DBIx-ContextualFetch: fix build
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Mon Sep 25 16:56:02 EDT 2017
Revision: 22537
http://svnweb.midnightbsd.org/mports/?rev=22537
Author: laffer1
Date: 2017-09-25 16:56:02 -0400 (Mon, 25 Sep 2017)
Log Message:
-----------
fix build
Modified Paths:
--------------
trunk/databases/p5-DBIx-ContextualFetch/Makefile
trunk/databases/p5-DBIx-ContextualFetch/pkg-plist
Modified: trunk/databases/p5-DBIx-ContextualFetch/Makefile
===================================================================
--- trunk/databases/p5-DBIx-ContextualFetch/Makefile 2017-09-25 20:54:28 UTC (rev 22536)
+++ trunk/databases/p5-DBIx-ContextualFetch/Makefile 2017-09-25 20:56:02 UTC (rev 22537)
@@ -1,13 +1,9 @@
-# New ports collection makefile for: DBIx-ContextualFetch
-# Date created: 17 March 2004
-# Whom: Sergey Skvortsov <skv at protey.ru>
-#
# $FreeBSD: ports/databases/p5-DBIx-ContextualFetch/Makefile,v 1.5 2007/06/30 09:54:41 erwin Exp $
# $MidnightBSD$
-#
PORTNAME= DBIx-ContextualFetch
PORTVERSION= 1.03
+PORTREVISION= 1
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DBIx/TMTM
@@ -15,6 +11,7 @@
MAINTAINER= ctriv at MidnightBSD.org
COMMENT= Add contextual fetches to DBI
+
LICENSE= perl
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
@@ -22,7 +19,5 @@
PERL_CONFIGURE= yes
-MAN3= DBIx::ContextualFetch.3
-
.include <bsd.port.mk>
Modified: trunk/databases/p5-DBIx-ContextualFetch/pkg-plist
===================================================================
--- trunk/databases/p5-DBIx-ContextualFetch/pkg-plist 2017-09-25 20:54:28 UTC (rev 22536)
+++ trunk/databases/p5-DBIx-ContextualFetch/pkg-plist 2017-09-25 20:56:02 UTC (rev 22537)
@@ -1,4 +1,2 @@
%%SITE_PERL%%/DBIx/ContextualFetch.pm
- at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/ContextualFetch
- at dirrmtry %%SITE_PERL%%/DBIx
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx
+%%PERL5_MAN3%%/DBIx::ContextualFetch.3.gz
More information about the Midnightbsd-cvs
mailing list