mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
fe88ba5378
------- ## make >> Checksum OK for SNMP-1.6.tar.gz. ===> Extracting for p5-SNMP-1.6 ===> p5-SNMP-1.6 depends on file: /usr/local/lib/libsnmp.a - found ===> p5-SNMP-1.6 depends on executable: perl5.00404 - found ===> Patching for p5-SNMP-1.6 ===> Applying FreeBSD patches for p5-SNMP-1.6 ===> Configuring for p5-SNMP-1.6 Checking if your kit is complete... Looks good Writing Makefile for SNMP ===> Building for p5-SNMP-1.6 mkdir ./blib mkdir ./blib/lib cp SNMP.pm ./blib/lib/SNMP.pm AutoSplitting SNMP (./blib/lib/auto/SNMP) make: don't know how to make /asn1.h. Stop *** Error code 2 Stop.
30 lines
682 B
Makefile
30 lines
682 B
Makefile
# New ports collection makefile for: p5-SNMP
|
|
# Version required: 1.6
|
|
# Date created: May 5th 1997
|
|
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
|
|
#
|
|
# $Id: Makefile,v 1.1.1.1 1997/06/27 01:53:13 jfitz Exp $
|
|
#
|
|
|
|
DISTNAME= SNMP-1.6
|
|
PKGNAME= p5-SNMP-1.6
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= SNMP
|
|
|
|
MAINTAINER= jfitz@FreeBSD.ORG
|
|
|
|
BUILD_DEPENDS= ${PREFIX}/lib/libsnmp.a:${PORTSDIR}/net/ucd-snmp
|
|
|
|
BROKEN= build
|
|
|
|
USE_PERL5= YES
|
|
|
|
do-configure:
|
|
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
|
|
|
|
post-install:
|
|
@ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/lib/perl5/site_perl/README.SNMP
|
|
|
|
.include <bsd.port.mk>
|