svn commit: r318026 - head/net/pear-Net_MAC
Martin Wilke
miwi at FreeBSD.org
Mon May 13 09:16:12 UTC 2013
Author: miwi
Date: Mon May 13 09:16:11 2013
New Revision: 318026
URL: http://svnweb.freebsd.org/changeset/ports/318026
Log:
- Convert to PEAR_AUTOINSTALL
- Trim Header
Modified:
head/net/pear-Net_MAC/Makefile (contents, props changed)
Modified: head/net/pear-Net_MAC/Makefile
==============================================================================
--- head/net/pear-Net_MAC/Makefile Mon May 13 09:15:05 2013 (r318025)
+++ head/net/pear-Net_MAC/Makefile Mon May 13 09:16:11 2013 (r318026)
@@ -1,26 +1,18 @@
-# Ports collection makefile for: pear-Net_MAC
-# Date created: 25 April 2007
-# Whom: Zhen REN <bg1tpt at gmail.com>
-#
+# Created by: Zhen REN <bg1tpt at gmail.com>
# $FreeBSD$
-#
PORTNAME= Net_MAC
PORTVERSION= 0.1.5
+PORTREVISION= 1
CATEGORIES= net pear
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= miwi at 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"
More information about the svn-ports-all
mailing list