freebsd-ports/net/p5-Archie/Makefile
Peter Pentchev b1a6f82db2 Add proper PERL_VER support.
Submitted by:	Anton Berezin <tobez@tobez.org>
2001-04-17 13:28:57 +00:00

28 lines
651 B
Makefile

# New ports collection makefile for: p5-Archie
# Date created: October 19th 1996
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Archie
PORTVERSION= 1.5
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Archie
DISTNAME= perl_archie.${PORTVERSION}
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
USE_PERL5= yes
NO_WRKSUBDIR= yes
NO_BUILD= yes
do-install:
@ ${MKDIR} ${PREFIX}/lib/perl5/site_perl/${PERL_VER}
@ ${INSTALL_DATA} ${WRKDIR}/Archie.pm ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/
@ ${INSTALL_SCRIPT} ${WRKDIR}/archie_gateway ${PREFIX}/bin/
.include <bsd.port.mk>