[Midnightbsd-cvs] mports [23798] trunk/devel/p5-Readonly: fix build

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Aug 19 14:33:14 EDT 2018


Revision: 23798
          http://svnweb.midnightbsd.org/mports/?rev=23798
Author:   laffer1
Date:     2018-08-19 14:33:14 -0400 (Sun, 19 Aug 2018)
Log Message:
-----------
fix build

Modified Paths:
--------------
    trunk/devel/p5-Readonly/Makefile
    trunk/devel/p5-Readonly/pkg-plist

Modified: trunk/devel/p5-Readonly/Makefile
===================================================================
--- trunk/devel/p5-Readonly/Makefile	2018-08-19 18:29:35 UTC (rev 23797)
+++ trunk/devel/p5-Readonly/Makefile	2018-08-19 18:33:14 UTC (rev 23798)
@@ -1,16 +1,11 @@
-# New ports collection makefile for:	Readonly
-# Date created:	   31 August 2005
-# Whom:		   Sergey Skvortsov <skv at protey.ru>
-#
 # $MidnightBSD$
 # $FreeBSD: ports/devel/p5-Readonly/Makefile,v 1.3 2007/09/08 00:59:03 linimon Exp $
-#
 
 PORTNAME=	Readonly
 PORTVERSION=	1.03
 PORTREVISION=	1
 CATEGORIES=	devel perl5
-MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
+MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	../../authors/id/R/RO/ROODE
 PKGNAMEPREFIX=	p5-
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX} \
@@ -18,9 +13,13 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Facility for creating read-only scalars, arrays, hashes
-LICENSE=	perl
 
-PERL_CONFIGURE=	5.8.0+
+LICENSE=	artistic gpl
+LICENSE_COMB=	dual
+
+USES=		perl5
+USE_PERL5=	configure
+PERL_CONFIGURE=	yes
 CONFIGURE_ARGS=	DIR="${PORTNAME}-XS-${PORTVERSION_XS}"
 PORTVERSION_XS=	1.04
 

Modified: trunk/devel/p5-Readonly/pkg-plist
===================================================================
--- trunk/devel/p5-Readonly/pkg-plist	2018-08-19 18:29:35 UTC (rev 23797)
+++ trunk/devel/p5-Readonly/pkg-plist	2018-08-19 18:33:14 UTC (rev 23798)
@@ -1,7 +1,6 @@
 %%SITE_PERL%%/%%PERL_ARCH%%/Readonly.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/Readonly/XS.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Readonly/.packlist
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Readonly/XS/XS.bs
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Readonly/XS/XS.so
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Readonly
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Readonly/XS



More information about the Midnightbsd-cvs mailing list