mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Add including pre/post.mk, missing in prev. commit
This commit is contained in:
parent
079a18698c
commit
c00529f649
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113709
1 changed files with 3 additions and 1 deletions
|
@ -16,6 +16,8 @@ PKGNAMEPREFIX= p5-
|
||||||
MAINTAINER= ilia@cgu.chel.su
|
MAINTAINER= ilia@cgu.chel.su
|
||||||
COMMENT= These are experimental Perl5 modules to handle various Unicode issues
|
COMMENT= These are experimental Perl5 modules to handle various Unicode issues
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
.if ${PERL_LEVEL} < 500800
|
.if ${PERL_LEVEL} < 500800
|
||||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
|
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
|
||||||
.endif
|
.endif
|
||||||
|
@ -24,4 +26,4 @@ PERL_CONFIGURE= yes
|
||||||
|
|
||||||
MAN3= Unicode::CharName.3 Unicode::String.3
|
MAN3= Unicode::CharName.3 Unicode::String.3
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue