Index: head/databases/p5-Class-DBI-Pg/Makefile =================================================================== --- head/databases/p5-Class-DBI-Pg/Makefile (revision 122905) +++ head/databases/p5-Class-DBI-Pg/Makefile (revision 122906) @@ -1,27 +1,35 @@ # New ports collection makefile for: p5-Class-DBI-Pg # Date created: 21 july 2003 # Whom: Mathieu Arnold # # $FreeBSD$ # PORTNAME= Class-DBI-Pg -PORTVERSION= 0.03 -PORTREVISION= 1 +PORTVERSION= 0.04 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Class PKGNAMEPREFIX= p5- MAINTAINER= mat@FreeBSD.org COMMENT= Extensions to Class::DBI for PostgreSQL BUILD_DEPENDS= ${SITE_PERL}/Class/DBI.pm:${PORTSDIR}/databases/p5-Class-DBI \ ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN3= Class::DBI::Pg.3 + +.if !defined(NOPORTDOCS) +PORTDOCS= Changes README + +post-install: + @${MKDIR} ${DOCSDIR} + @${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} + @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." +.endif .include Property changes on: head/databases/p5-Class-DBI-Pg/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/databases/p5-Class-DBI-Pg/distinfo =================================================================== --- head/databases/p5-Class-DBI-Pg/distinfo (revision 122905) +++ head/databases/p5-Class-DBI-Pg/distinfo (revision 122906) @@ -1,2 +1,2 @@ -MD5 (Class-DBI-Pg-0.03.tar.gz) = 74fd642d8132b4e3598f1d327feac813 -SIZE (Class-DBI-Pg-0.03.tar.gz) = 2831 +MD5 (Class-DBI-Pg-0.04.tar.gz) = 012e74f567588d489bb693fc4f2b62ed +SIZE (Class-DBI-Pg-0.04.tar.gz) = 3117 Property changes on: head/databases/p5-Class-DBI-Pg/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property