1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/devel/p5-IO-Stty/Makefile
2000-04-16 23:12:33 +00:00

24 lines
494 B
Makefile

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