mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
fa24049ea7
Perl is covered by the Artistic License, so we don't need to provide the source. Noticed by: pointyhat (pav) [1]
29 lines
862 B
Makefile
29 lines
862 B
Makefile
# New ports collection makefile for: linux libperl
|
|
# Date created: Sun Dec 11 16:38:34 UTC 2005
|
|
# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
|
|
# Based on: emulators/linux_base by marcel@FreeBSD.org and
|
|
# devel/linux-sdl12 by freebsd-emulation@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libperl
|
|
PORTVERSION= 5.8.5
|
|
CATEGORIES= lang linux
|
|
MASTER_SITES= ftp://195.220.108.108/linux/conectiva/snapshot/i386/RPMS.extra/
|
|
PKGNAMEPREFIX= linux-
|
|
DISTNAME= ${PORTNAME}${PORTVERSION:R}-${PORTVERSION}-67091cl
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Library for embedding the perl interpreter (linux version)
|
|
|
|
USE_LINUX_RPM= yes
|
|
INSTALLS_SHLIB= yes
|
|
ONLY_FOR_ARCHS= i386 amd64
|
|
|
|
DIST_SUBDIR= rpm
|
|
PLIST= ${MASTERDIR}/pkg-plist.${LINUX_RPM_ARCH}
|
|
SRC_DISTFILES= # empty, perl is covered by the Artistic License, so this is ok
|
|
|
|
.include <bsd.port.mk>
|