1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/devel/p5-IO-Stty/Makefile

24 lines
470 B
Makefile
Raw Normal View History

# New ports collection makefile for: p5-IO-Stty
# Date created: 14 Jan 2000
# Whom: Will Andrews <andrews@technologist.com>
#
# $FreeBSD$
#
2000-04-11 21:30:15 +00:00
PORTNAME= IO-Stty
PORTVERSION= 0.02
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= IO
2000-04-11 21:30:15 +00:00
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-.${PORTVERSION:E}
MAINTAINER= ports@FreeBSD.org
USE_PERL5= yes
do-configure:
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
.include <bsd.port.mk>