1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/converters/p5-Unicode-String/Makefile
Will Andrews a10703dda0 Make this port respect CC/CFLAGS. I discovered this discrepancy while
reviewing converters/p5-Unicode-Map8.  The Porter's Handbook should
probably note that perl module ports that compile something should have
a diff similar to this one.
2000-09-20 19:07:00 +00:00

30 lines
721 B
Makefile

# New ports collection makefile for: p5-Unicode-String
# Date created: 10th September 2000
# Whom: Ilia Chipitsine <ilia@jane.cgu.chel.su>
#
# $FreeBSD$
#
PORTNAME= Unicode-String
PORTVERSION= 2.06
CATEGORIES= converters perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Unicode
PKGNAMEPREFIX= p5-
MAINTAINER= ilia@cgu.chel.su
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
USE_PERL5= yes
MAN3= Unicode::CharName.3 Unicode::String.3
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
do-configure:
cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \
CC="${CC}" CCFLAGS="${CFLAGS}"
.include <bsd.port.mk>