- Convert to PEAR_AUTOINSTALL
- Trim Header
This commit is contained in:
parent
497774786f
commit
a3d3604e66
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=318026
1 changed files with 5 additions and 13 deletions
|
@ -1,26 +1,18 @@
|
|||
# Ports collection makefile for: pear-Net_MAC
|
||||
# Date created: 25 April 2007
|
||||
# Whom: Zhen REN <bg1tpt@gmail.com>
|
||||
#
|
||||
# Created by: Zhen REN <bg1tpt@gmail.com>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Net_MAC
|
||||
PORTVERSION= 0.1.5
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net pear
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= miwi@FreeBSD.org
|
||||
COMMENT= PEAR class that validates and formats MAC addresses
|
||||
|
||||
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
||||
|
||||
CATEGORY= Net
|
||||
FILES= MAC/MAC.php
|
||||
|
||||
post-extract:
|
||||
@${MKDIR} ${WRKSRC}/MAC
|
||||
@${MV} ${WRKSRC}/Net/MAC.php ${WRKSRC}/MAC
|
||||
PEAR_AUTOINSTALL= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
||||
|
|
Loading…
Reference in a new issue