aboutsummaryrefslogtreecommitdiff
path: root/misc/salias/Makefile
blob: 83bc4b2e09ec31809624f5033fec554de9565ab0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# ex:ts=8
# New ports collection makefile for:	salias
# Date created:			May 16, 2001
# Whom:				ijliao
#
# $FreeBSD$
#

PORTNAME=	salias
PORTVERSION=	0.2.1
CATEGORIES=	misc python
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}
DISTNAME=	py-${PORTNAME}-${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org

PORTCOMMENT=	A command-line tool to alias arguments of other programs

USE_PYTHON=	yes
USE_PYDISTUTILS=	yes

.include <bsd.port.mk>