mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
- Take maintainership [1]
- Add CONFLICTS - Use "pre-su-install" (for rootless builds) Approved by: tobez (previous maintainer)
This commit is contained in:
parent
ad90673e7d
commit
952fabc738
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=223089
@ -17,9 +17,11 @@ MASTER_SITE_SUBDIR= ../../src \
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
|
||||
BSDPAN-${PERL_VER}${EXTRACT_SUFX}:local
|
||||
|
||||
MAINTAINER= tobez@FreeBSD.org
|
||||
MAINTAINER= skv@FreeBSD.org
|
||||
COMMENT= Practical Extraction and Report Language
|
||||
|
||||
CONFLICTS= perl-5.8.* perl-5.10.*
|
||||
|
||||
PERL_VER= 5.6.2
|
||||
PERL_ARCH= mach
|
||||
PERL_VERSION= ${PERL_VER}
|
||||
@ -78,7 +80,7 @@ WITH_PERL_MALLOC= yes
|
||||
.endif
|
||||
|
||||
.if defined(WITH_THREADS)
|
||||
IGNORE= Threads are not very useful in perl ${PERL_VERSION}, please use lang/perl5.8
|
||||
IGNORE= threads are not very useful in perl ${PERL_VERSION}, please use lang/perl5.8
|
||||
.endif
|
||||
|
||||
.if defined(WITH_PERL_MALLOC)
|
||||
@ -130,7 +132,7 @@ post-patch:
|
||||
${CP} ${WRKDIR}/use.perl ${PKGINSTALL}
|
||||
${CP} ${WRKDIR}/use.perl ${PKGDEINSTALL}
|
||||
|
||||
pre-install:
|
||||
pre-su-install:
|
||||
@${RM} -f ${PREFIX}/bin/perl${PERL_VER}
|
||||
@${RM} -f ${PREFIX}/bin/perl
|
||||
|
||||
|
@ -17,9 +17,11 @@ MASTER_SITE_SUBDIR= ../../src \
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
|
||||
BSDPAN-${PERL_VER}${EXTRACT_SUFX}:local
|
||||
|
||||
MAINTAINER= tobez@FreeBSD.org
|
||||
MAINTAINER= skv@FreeBSD.org
|
||||
COMMENT= Practical Extraction and Report Language
|
||||
|
||||
CONFLICTS= perl-5.8.* perl-5.10.*
|
||||
|
||||
PERL_VER= 5.6.2
|
||||
PERL_ARCH= mach
|
||||
PERL_VERSION= ${PERL_VER}
|
||||
@ -78,7 +80,7 @@ WITH_PERL_MALLOC= yes
|
||||
.endif
|
||||
|
||||
.if defined(WITH_THREADS)
|
||||
IGNORE= Threads are not very useful in perl ${PERL_VERSION}, please use lang/perl5.8
|
||||
IGNORE= threads are not very useful in perl ${PERL_VERSION}, please use lang/perl5.8
|
||||
.endif
|
||||
|
||||
.if defined(WITH_PERL_MALLOC)
|
||||
@ -130,7 +132,7 @@ post-patch:
|
||||
${CP} ${WRKDIR}/use.perl ${PKGINSTALL}
|
||||
${CP} ${WRKDIR}/use.perl ${PKGDEINSTALL}
|
||||
|
||||
pre-install:
|
||||
pre-su-install:
|
||||
@${RM} -f ${PREFIX}/bin/perl${PERL_VER}
|
||||
@${RM} -f ${PREFIX}/bin/perl
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user