openbsd-ports/net/p5-Sys-Hostname-Long/Makefile

24 lines
443 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.1.1.1 2006/01/21 22:23:21 steven Exp $
COMMENT= "perl module to get FQDN"
DISTNAME= Sys-Hostname-Long-1.4
PKGNAME= p5-${DISTNAME}
CATEGORIES= net perl5
MAINTAINER= David Hill <dhill@mindcry.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Sys/}
CONFIGURE_STYLE= perl
PKG_ARCH= *
.include <bsd.port.mk>