1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/misc/salias/Makefile
Ying-Chieh Liao e521fed43c add salias
A command-line tool to alias arguments of other programs
2001-05-16 13:01:17 +00:00

26 lines
494 B
Makefile

# ex:ts=8
# New ports collection makefile for: salias
# Date created: May 16, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= salias
PORTVERSION= 0.1.5
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ijliao@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_PERL5= yes
PERL_CONFIGURE= yes
MAN1= salias.1
.include <bsd.port.mk>