1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/devel/p5-IO-Stty/Makefile
Chris D. Faulhaber 2cf36f251c Perl5 module that hacks around the IO::File
deficiencies

PR:		16529
Submitted by:	Will Andrews <andrews@technologist.com>
2000-02-19 13:30:49 +00:00

23 lines
493 B
Makefile

# New ports collection makefile for: p5-IO-Stty
# Version required: 0.02
# Date created: 14 Jan 2000
# Whom: Will Andrews <andrews@technologist.com>
#
# $FreeBSD$
#
DISTNAME= IO-Stty-.02
PKGNAME= p5-IO-Stty-0.02
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= IO
MAINTAINER= andrews@technologist.com
USE_PERL5= yes
do-configure:
@(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL LDDLFLAGS=-shared LDFLAGS=-L/usr/lib)
.include <bsd.port.mk>